summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-12-13 17:51:38 +0100
committerBenjamin Otte <otte@gnome.org>2008-12-16 21:38:16 +0100
commit5f3e329873605d95693da78ebae4ebe1e85673de (patch)
treed9abcd03f687efb51e466e15f7c5df90e7550ea5
parentb9e870e4a5f05c8a9255d892c8bb2bba0aa6566c (diff)
remove unnecessary liboil includes
-rw-r--r--swfdec/swfdec_sound_matrix.c1
-rw-r--r--swfdec/swfdec_swf_decoder.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/swfdec/swfdec_sound_matrix.c b/swfdec/swfdec_sound_matrix.c
index 5531a43a..9c888a57 100644
--- a/swfdec/swfdec_sound_matrix.c
+++ b/swfdec/swfdec_sound_matrix.c
@@ -22,7 +22,6 @@
#endif
#include <swfdec_sound_matrix.h>
-#include <liboil/liboil.h>
#include <swfdec_debug.h>
void
diff --git a/swfdec/swfdec_swf_decoder.c b/swfdec/swfdec_swf_decoder.c
index 46e9960e..f3cf0fb9 100644
--- a/swfdec/swfdec_swf_decoder.c
+++ b/swfdec/swfdec_swf_decoder.c
@@ -27,7 +27,6 @@
#include <math.h>
#include <string.h>
#include <stdlib.h>
-#include <liboil/liboil.h>
#include "swfdec_swf_decoder.h"
#include "swfdec.h"