]> git.draconx.ca Git - gob-dx.git/blobdiff - src/out.c
Release 0.92.2
[gob-dx.git] / src / out.c
index 3fdf7cf35df9b1847c192cda319d01a910ccaf8e..77dabd1b752be2e049878612fa2bc3ae72afabbb 100644 (file)
--- a/src/out.c
+++ b/src/out.c
@@ -2,16 +2,9 @@
 #include <stdarg.h>
 #include <glib.h>
 
-#include "out.h"
-
-extern FILE *out;
-extern FILE *outh;
-extern FILE *outph;
+#include "main.h"
 
-extern gboolean for_cpp;
-
-extern char *filename;
-extern char *filebase;
+#include "out.h"
 
 int outline = 1;
 static gboolean in_out = TRUE;