#define STG_LOCKER_H
#include <pthread.h>
-#include "noncopyable.h"
#ifdef DEBUG_LOCKER
#include <pthread.h>
#endif
+
+#include "stg/noncopyable.h"
//-----------------------------------------------------------------------------
class STG_LOCKER : private NONCOPYABLE
{