Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename and move basicmacros.h to util/basic_macros.h
  • Loading branch information
est31 committed Nov 2, 2015
1 parent 8f49358 commit 965d112
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/threading/mutex.h
Expand Up @@ -44,7 +44,7 @@ DEALINGS IN THE SOFTWARE.
#include <pthread.h>
#endif

#include "basicmacros.h"
#include "util/basic_macros.h"

class Mutex
{
Expand Down
2 changes: 1 addition & 1 deletion src/threading/semaphore.h
Expand Up @@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <semaphore.h>
#endif

#include "basicmacros.h"
#include "util/basic_macros.h"

class Semaphore {
public:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/util/numeric.h
Expand Up @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef UTIL_NUMERIC_HEADER
#define UTIL_NUMERIC_HEADER

#include "../basicmacros.h"
#include "basic_macros.h"
#include "../irrlichttypes.h"
#include "../irr_v2d.h"
#include "../irr_v3d.h"
Expand Down

0 comments on commit 965d112

Please sign in to comment.