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/my-snprintf.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/my-snprintf.c')
-rw-r--r-- | Build/source/texk/xdvik/my-snprintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/my-snprintf.c b/Build/source/texk/xdvik/my-snprintf.c index 5fa9ac96798..6bf2e5a3f30 100644 --- a/Build/source/texk/xdvik/my-snprintf.c +++ b/Build/source/texk/xdvik/my-snprintf.c @@ -19,10 +19,11 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------------------------------------*/ +#include "xdvi-config.h" + #include <string.h> #include <stdio.h> -#include "xdvi-config.h" #include "xdvi.h" #include "my-vsnprintf.h" #include "my-snprintf.h" |