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

@@ -27,6 +27,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "macros.hpp"
#include "session_base.hpp"
#include "i_engine.hpp"
#include "err.hpp"