dont include C++ headerfiles from C code

This commit is contained in:
Jeff Hill
2000-02-09 21:58:48 +00:00
parent 7ed3a4cc3b
commit 73fbfb7d1e

View File

@@ -32,14 +32,15 @@
#define osiTimerHInclude
#include "shareLib.h" /* reset share lib defines */
#include "osiTime.h"
#include "osiThread.h"
#include "osiMutex.h"
#include "osiEvent.h"
#include "tsStamp.h"
#ifdef __cplusplus
#include "osiTime.h"
#include "tsDLList.h"
#include "osiMutex.h"
#include "osiEvent.h"
class osiTimerQueue;
class managerThread;