Problem: Private/internal macros defined in public header.

Solution: Move the macros to a private header.
This commit is contained in:
Joe Eli McIlvain
2015-08-21 16:12:22 -07:00
parent 735c02ed5e
commit 33419425eb
31 changed files with 41 additions and 13 deletions

View File

@@ -30,6 +30,7 @@
#include <new>
#include <string>
#include "macros.hpp"
#include "tcp_connecter.hpp"
#include "stream_engine.hpp"
#include "io_thread.hpp"