]> git.sur5r.net Git - cc65/commitdiff
No need to specify explicit paths in #include statements.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 Jan 2011 12:21:48 +0000 (12:21 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 Jan 2011 12:21:48 +0000 (12:21 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4943 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ar65/objfile.h

index 50b05f9a7435e602d4e29551027d8f8164687c1f..d4c62307c5da430cdcc5ccddb93251bb653157a4 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 1998-2011, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -40,7 +40,8 @@
 
 #include <stdio.h>
 
-#include "../common/objdefs.h"
+/* common */
+#include "objdefs.h"
 
 
 
@@ -66,7 +67,7 @@ void ObjExtract (const char* Name);
 
 /* End of objfile.h */
 
-#endif
+#endif