reorder OPT includes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1308 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
ricroc 2005-05-31 00:38:20 +00:00
parent 5d6d25fba8
commit 1f2af700d2
2 changed files with 4 additions and 11 deletions

11
H/Yap.h
View File

@ -1,10 +1,3 @@
/*************************************************************************
* *
* YAP Prolog %W% %G% *
@ -17,7 +10,7 @@
* File: Yap.h.m4 *
* mods: *
* comments: main header file for YAP *
* version: $Id: Yap.h,v 1.1 2005-05-27 22:27:06 rslopes Exp $ *
* version: $Id: Yap.h,v 1.2 2005-05-31 00:38:20 ricroc Exp $ *
*************************************************************************/
#include "config.h"
@ -1278,8 +1271,8 @@ extern char emacs_tmp[], emacs_tmp2[];
#if defined(YAPOR) || defined(TABLING)
#include "opt.structs.h"
#include "opt.macros.h"
#include "opt.proto.h"
#include "opt.macros.h"
#endif /* YAPOR || TABLING */
#if SBA

View File

@ -10,7 +10,7 @@
* File: Yap.h.m4 *
* mods: *
* comments: main header file for YAP *
* version: $Id: Yap.h.m4,v 1.83 2005-05-25 21:43:33 vsc Exp $ *
* version: $Id: Yap.h.m4,v 1.84 2005-05-31 00:35:58 ricroc Exp $ *
*************************************************************************/
#include "config.h"
@ -1031,8 +1031,8 @@ extern char emacs_tmp[], emacs_tmp2[];
#if defined(YAPOR) || defined(TABLING)
#include "opt.structs.h"
#include "opt.macros.h"
#include "opt.proto.h"
#include "opt.macros.h"
#endif /* YAPOR || TABLING */
#if SBA