diff options
Diffstat (limited to 'ndb/src/common/portlib/win32/NdbThread.c')
-rw-r--r-- | ndb/src/common/portlib/win32/NdbThread.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ndb/src/common/portlib/win32/NdbThread.c b/ndb/src/common/portlib/win32/NdbThread.c index ae3c74be70d..98db0d5c287 100644 --- a/ndb/src/common/portlib/win32/NdbThread.c +++ b/ndb/src/common/portlib/win32/NdbThread.c @@ -14,13 +14,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include <windows.h> -#include <process.h> -#include <assert.h> - +#include <ndb_global.h> #include "NdbThread.h" - +#include <process.h> #define MAX_THREAD_NAME 16 |