Diff between 3b952d6320c0fc40c2e3feb36683ff2ff78b74b7 and 9ac7ce0d5a367b0f4b241c2662beafbdc59452ff
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/filesystem.c | +1 | -3 | modified |
Full Patch
diff --git a/obexd/plugins/filesystem.c b/obexd/plugins/filesystem.c
index 12ca209..68785c6 100644
--- a/obexd/plugins/filesystem.c
+++ b/obexd/plugins/filesystem.c
@@ -39,12 +39,10 @@
#include <sys/sendfile.h>
#include <fcntl.h>
#include <wait.h>
+#include <inttypes.h>
#include <glib.h>
-#include <openobex/obex.h>
-#include <openobex/obex_const.h>
-
#include "obexd.h"
#include "plugin.h"
#include "log.h"