Merge branch 'gtk3'
[projects/chimara/chimara.git] / interpreters / nitfol / nitfol.h
index 7aa50ed1c63c0b64030235be23b4a144d2cb3255..1b753cb5d6947679ffd70680a90c44e56ff2d62f 100644 (file)
@@ -13,7 +13,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
     The author can be reached at nitfol@deja.com
 */
@@ -24,7 +24,7 @@
 #include <time.h>        /* For time() */
 #include <ctype.h>       /* for isspace, isgraph, etc. */
 #include <limits.h>
-#include <libchimara/glk.h>
+#include "glk.h"
 #define GLK_EOF ((glsi32) -1)
 
 #define NITFOL_MAJOR 0
@@ -328,7 +328,7 @@ typedef enum { OBJ_GET_INFO, OBJ_RECEIVE, OBJ_MOVE } watchinfo;
 #include "z_io.h"
 
 #include "no_snd.h"
-#include <libchimara/gi_blorb.h>
+#include "gi_blorb.h"
 #include "no_graph.h"
 #include "no_blorb.h"