normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
parent 33d9f9956b
commit 0a1b9a9ebb
295 changed files with 1592 additions and 2009 deletions
+4 -7
View File
@@ -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