From b36f17844c5f30bfb290cfd54be85c4c43b041c3 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 7 May 2004 15:34:12 +0200 Subject: more removing of "system" files and introducing ndb_global/my_global BitKeeper/deleted/.del-NdbStdio.h~17be17a4f591c671: Delete: ndb/include/portlib/NdbStdio.h BitKeeper/deleted/.del-NdbString.h~1f9f26341ce5f5f: Delete: ndb/include/util/NdbString.h BitKeeper/deleted/.del-NdbConstant.hpp~de1038c1758cc1f9: Delete: ndb/include/portlib/NdbConstant.hpp BitKeeper/deleted/.del-NdbUnistd.h~a1b3840adcd49985: Delete: ndb/include/portlib/NdbUnistd.h --- ndb/examples/ndbapi_async_example/ndbapi_async.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'ndb/examples/ndbapi_async_example/ndbapi_async.cpp') diff --git a/ndb/examples/ndbapi_async_example/ndbapi_async.cpp b/ndb/examples/ndbapi_async_example/ndbapi_async.cpp index 685c853c5d5..7abebcc832d 100644 --- a/ndb/examples/ndbapi_async_example/ndbapi_async.cpp +++ b/ndb/examples/ndbapi_async_example/ndbapi_async.cpp @@ -63,20 +63,12 @@ */ +#include + #include #include #include // Used for cout -#ifdef SOLARIS -#include -#include -#endif - -#if defined LINUX || defined MACOSX -#include -#include -#endif - /** * Helper sleep function */ -- cgit v1.2.1