diff options
author | Doug Evans <dje@gnu.org> | 1995-05-05 17:32:07 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-05-05 17:32:07 +0000 |
commit | 5a1f85b4f3b131c17ba86288d1f671a1fcf47f17 (patch) | |
tree | 66d23d227c0a49fe020a8221df4df781c3fc7b04 /gcc/objc | |
parent | d730ef29fb00a6e572db89aa4fb0e01045e5a447 (diff) | |
download | gcc-5a1f85b4f3b131c17ba86288d1f671a1fcf47f17.zip gcc-5a1f85b4f3b131c17ba86288d1f671a1fcf47f17.tar.gz gcc-5a1f85b4f3b131c17ba86288d1f671a1fcf47f17.tar.bz2 |
NXConstantString.h renamed to NXConstStr.h.
From-SVN: r9579
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/NXConstStr.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/NXConstStr.m b/gcc/objc/NXConstStr.m index 0577bdf..efb4147 100644 --- a/gcc/objc/NXConstStr.m +++ b/gcc/objc/NXConstStr.m @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "objc/NXConstantString.h" +#include "objc/NXConstStr.h" @implementation NXConstantString |