diff options
author | David Robillard <d@drobilla.net> | 2008-10-03 01:08:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-03 01:08:10 +0000 |
commit | e0ddeac485d46b52f8fdc541971e56d0a9258944 (patch) | |
tree | 001651fedcfae46eb203a7adcaff406c760d294a | |
parent | c9a85bdb35286c4072e640574c49d60f6d8f13c4 (diff) | |
download | raul-e0ddeac485d46b52f8fdc541971e56d0a9258944.tar.gz raul-e0ddeac485d46b52f8fdc541971e56d0a9258944.tar.bz2 raul-e0ddeac485d46b52f8fdc541971e56d0a9258944.zip |
Remove config header include directives in system installed headers (oops).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1599 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | raul/Atom.hpp | 2 | ||||
-rw-r--r-- | raul/AtomRDF.hpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 2a9b403..5a7263c 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -25,8 +25,6 @@ #include <sstream> #include <iostream> -#include CONFIG_H_PATH - #define CUC(x) ((const unsigned char*)(x)) namespace Raul { diff --git a/raul/AtomRDF.hpp b/raul/AtomRDF.hpp index ac595d7..544a34d 100644 --- a/raul/AtomRDF.hpp +++ b/raul/AtomRDF.hpp @@ -22,8 +22,6 @@ #include <string> #include <sstream> -#include CONFIG_H_PATH - #include <redlandmm/Node.hpp> #include <redlandmm/World.hpp> |