Revert "Reference platform.h by ../src/platform.h - AIX is ignoring -I flags"

This reverts commit 015d9564ee16959847a30a0ec3b080f718f40678.
This commit is contained in:
AJ Lewis 2013-09-20 14:38:11 -05:00
parent 015d9564ee
commit e3e7efedbe
3 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>