summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/shellexecui/shellexecui.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c
index 3182b5dc..ed1c6504 100644
--- a/plugins/shellexecui/shellexecui.c
+++ b/plugins/shellexecui/shellexecui.c
@@ -17,13 +17,12 @@
*/
#include <stdlib.h>
#include <string.h>
-#include <deadbeef/deadbeef.h>
#include <gtk/gtk.h>
-#include <deadbeef/gtkui_api.h>
-#include <glib/gprintf.h>
#include "interface.h"
#include "callbacks.h"
#include "support.h"
+#include "../../deadbeef.h"
+#include "../gtkui/gtkui_api.h"
#include "../shellexec/shellexec.h"
#define trace(...) { fprintf(stderr, __VA_ARGS__); }