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/filehist.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/filehist.c')
-rw-r--r-- | Build/source/texk/xdvik/filehist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/filehist.c b/Build/source/texk/xdvik/filehist.c index f6974f0bff8..d669ad7a358 100644 --- a/Build/source/texk/xdvik/filehist.c +++ b/Build/source/texk/xdvik/filehist.c @@ -25,9 +25,10 @@ fileHistory and displayed in `File -> Open Recent' menu. */ +#include "xdvi-config.h" + #include <ctype.h> -#include "xdvi-config.h" #include "xdvi.h" #include "util.h" #include "dl_list.h" |