summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/psgs.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-07-02 14:18:04 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-07-02 14:18:04 +0000
commitec22b69d36a5c2efaaf68b803ff8eaa6d950eb38 (patch)
tree62cff8a7f900a7613a0f742aaf5462da5b55c60d /Build/source/texk/xdvik/psgs.c
parent09b4b412a3fcdfee5bc8414b559f0396c66d14a3 (diff)
xdvik: Include "xdvi-config.h" first in all compilable source files but not in headers,
as claimed in a comment at the top of xdvi-config.h git-svn-id: svn://tug.org/texlive/trunk@31070 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/psgs.c')
-rw-r--r--Build/source/texk/xdvik/psgs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/xdvik/psgs.c b/Build/source/texk/xdvik/psgs.c
index a5d22776e2d..8a5689377a7 100644
--- a/Build/source/texk/xdvik/psgs.c
+++ b/Build/source/texk/xdvik/psgs.c
@@ -25,6 +25,10 @@ OTHER DEALINGS IN THE SOFTWARE.
#ifdef PS_GS /* entire file */
+#include "xdvi-config.h"
+#include "xdvi.h"
+#include "psgs.h"
+
#include <setjmp.h>
#include <X11/Xatom.h>
#include <sys/time.h> /* for timeval */
@@ -35,10 +39,6 @@ OTHER DEALINGS IN THE SOFTWARE.
#include <errno.h>
#include <strings.h>
-#include "xdvi-config.h"
-#include "xdvi.h"
-#include "psgs.h"
-
#include "kpathsea/c-pathmx.h"
#include "dvi-init.h"
#include "dvi-draw.h"