touched only. no changes.

This commit is contained in:
Ianos Gnatiuc 2006-05-14 16:51:32 +00:00
parent 3b4c4492a8
commit 8d829c2ed2

View File

@ -28,21 +28,12 @@
#define __GOLDED_H #define __GOLDED_H
// ------------------------------------------------------------------
// Compiler dependencies
#include <gcmpall.h>
// ------------------------------------------------------------------ // ------------------------------------------------------------------
// Standard library headers // Standard library headers
#include <gstrall.h>
#include <csignal> #include <csignal>
#include <iostream> #include <iostream>
#if __GNUC__ +0 > 2
#include <sstream> #include <sstream>
#endif
#include <iomanip> #include <iomanip>
// Wrappers for certain mostly DOS/Borland headers // Wrappers for certain mostly DOS/Borland headers
#include <gshare.h> #include <gshare.h>
@ -52,6 +43,7 @@
// Goldware Library headers // Goldware Library headers
#include <gdefs.h> #include <gdefs.h>
#include <gstrall.h>
#include <gcrcall.h> #include <gcrcall.h>
#include <gdbgerr.h> #include <gdbgerr.h>
#include <gmemdbg.h> #include <gmemdbg.h>
@ -80,14 +72,17 @@
#include <gwinall.h> #include <gwinall.h>
#include <gwinhelp.h> #include <gwinhelp.h>
#include <gwinpick.h> #include <gwinpick.h>
#include <gedacfg.h>
#include <gespell.h> #include <gespell.h>
// ------------------------------------------------------------------ // ------------------------------------------------------------------
// GoldED specific headers // GoldED specific headers
#include <gehelp.h>
#include <gekeys.h>
#include <gelang.h>
#include <gmarea.h>
#include <gecfgg.h>
#include <geall.h>
#include <geqwks.h> #include <geqwks.h>
#include <gectnr.h> #include <gectnr.h>
#include <geview.h> #include <geview.h>