Skip to content

Commit

Permalink
Revert "Reference platform.h by ../src/platform.h - AIX is ignoring -…
Browse files Browse the repository at this point in the history
…I flags"

This reverts commit 1e8e4d7.
  • Loading branch information
AJ Lewis committed Sep 20, 2013
1 parent 1e8e4d7 commit 77f394a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions perf/inproc_lat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
#include <stdlib.h>
#include <string.h>

/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#include "platform.hpp"

#if defined ZMQ_HAVE_WINDOWS
#include <windows.h>
Expand Down
3 changes: 1 addition & 2 deletions perf/inproc_thr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
#include <stdlib.h>
#include <string.h>

/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#include "platform.hpp"

#if defined ZMQ_HAVE_WINDOWS
#include <windows.h>
Expand Down
3 changes: 1 addition & 2 deletions tests/testutil.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@

#include "../include/zmq.h"
#include "../include/zmq_utils.h"
/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#include "platform.hpp"

#undef NDEBUG
#include <time.h>
Expand Down

0 comments on commit 77f394a

Please sign in to comment.