Corrected the ifdef MAGIC_WRAPPER placement in the EFantenna.c file,

which should have been only around the tclmagic.h include.
This commit is contained in:
Tim Edwards 2020-01-17 12:54:58 -05:00
parent afe38c55c8
commit fc4638634a
1 changed files with 2 additions and 2 deletions

View File

@ -16,20 +16,20 @@
#include <ctype.h>
#include <math.h> /* for INFINITY */
#ifdef MAGIC_WRAPPER
#include "tcltk/tclmagic.h"
#endif
#include "utils/magic.h"
#include "utils/geometry.h"
#include "utils/hash.h"
#include "utils/utils.h"
#include "utils/styles.h"
#include "tiles/tile.h"
#ifdef MAGIC_WRAPPER
#include "database/database.h"
#include "windows/windows.h"
#include "textio/textio.h"
#include "dbwind/dbwind.h"
#include "textio/txcommands.h"
#endif
#include "extflat/extflat.h"
#include "extract/extract.h"
#include "extract/extractInt.h"