diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 14:18:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 14:18:04 +0000 |
commit | ec22b69d36a5c2efaaf68b803ff8eaa6d950eb38 (patch) | |
tree | 62cff8a7f900a7613a0f742aaf5462da5b55c60d /Build/source/texk/xdvik/gui/mag.c | |
parent | 09b4b412a3fcdfee5bc8414b559f0396c66d14a3 (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/gui/mag.c')
-rw-r--r-- | Build/source/texk/xdvik/gui/mag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/gui/mag.c b/Build/source/texk/xdvik/gui/mag.c index 2bf87904a0f..ea494f32519 100644 --- a/Build/source/texk/xdvik/gui/mag.c +++ b/Build/source/texk/xdvik/gui/mag.c @@ -28,9 +28,9 @@ * Implementation of the magnifier window. */ +#include "xdvi-config.h" #include <math.h> -#include "xdvi-config.h" /* one of the following should define OPEN_MAX: */ #include <limits.h> #include "c-openmx.h" |