diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-22 14:22:39 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-22 14:22:39 +0200 |
commit | 673b532cce6c6e4be852a07731e3d194313317b3 (patch) | |
tree | 60e40c7615dfb41d74af84dee5fcf0cc1f9be11d /src/lib/eiotas_iota.c | |
parent | a71c1cc93d782e25ee33bf401e3b3537d420d326 (diff) | |
download | edoors-673b532cce6c6e4be852a07731e3d194313317b3.zip edoors-673b532cce6c6e4be852a07731e3d194313317b3.tar.gz |
headers: fix eiotas_config.h usage
Diffstat (limited to 'src/lib/eiotas_iota.c')
-rw-r--r-- | src/lib/eiotas_iota.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/eiotas_iota.c b/src/lib/eiotas_iota.c index ea0f103..6763300 100644 --- a/src/lib/eiotas_iota.c +++ b/src/lib/eiotas_iota.c @@ -16,10 +16,6 @@ * if not, see <http://www.gnu.org/licenses/>. */ -#ifdef HAVE_CONFIG_H -# include "eina_config.h" -#endif - #include "eiotas_iota.h" #include "eiotas_spin.h" #include "eiotas_room.h" |