From: Peter Verthez Date: Fri, 13 Sep 2002 16:33:58 +0000 (+0000) Subject: Put the gom header first to test errors in the header. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=229899cba5232ca261ef57ab52c1ee6e367a0540;p=gedcom-parse.git Put the gom header first to test errors in the header. --- diff --git a/t/gomtest.c b/t/gomtest.c index ed936f0..9076173 100644 --- a/t/gomtest.c +++ b/t/gomtest.c @@ -21,11 +21,11 @@ /* $Id$ */ /* $Name$ */ +#include "gom.h" #include #include #include #include "gedcom.h" -#include "gom.h" #define OUTFILE "testgedcom.out" FILE* outfile = NULL;