diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-02 22:16:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-02 22:16:30 +0200 |
commit | 01d9a65eac814d3f91a5e20840b767c75de13fcc (patch) | |
tree | 3c49221aa6e3580842d723b21c0c5e83eb156c8e /src/libgamma-error.hh | |
parent | most of libgamma-error (diff) | |
download | libgammamm-01d9a65eac814d3f91a5e20840b767c75de13fcc.tar.gz libgammamm-01d9a65eac814d3f91a5e20840b767c75de13fcc.tar.bz2 libgammamm-01d9a65eac814d3f91a5e20840b767c75de13fcc.tar.xz |
add libgamma-native.hh that includes libgamma.h without language conflicts
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-error.hh')
-rw-r--r-- | src/libgamma-error.hh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libgamma-error.hh b/src/libgamma-error.hh index e4c8f4c..a30b2c7 100644 --- a/src/libgamma-error.hh +++ b/src/libgamma-error.hh @@ -21,11 +21,7 @@ #include <string> -extern "C" -{ -# include <libgamma-config.h> -# include <libgamma-error.h> -} +#include "libgamma-native.hh" namespace libgamma |