mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 06:48:20 +00:00
normalize includes: common
This commit is contained in:
+4
-7
@@ -15,11 +15,11 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef __CONDITION_H
|
||||
#define __CONDITION_H
|
||||
|
||||
#include "global_define.h"
|
||||
#include "mutex.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/global_define.h"
|
||||
#include "common/mutex.h"
|
||||
#ifndef WIN32
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
@@ -52,6 +52,3 @@ class Condition {
|
||||
// bool TimedWait(unsigned long usec);
|
||||
~Condition();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user