summaryrefslogtreecommitdiff
path: root/src/format/image/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/image/bmp.c')
-rw-r--r--src/format/image/bmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format/image/bmp.c b/src/format/image/bmp.c
index 5e63f0c..ed358df 100644
--- a/src/format/image/bmp.c
+++ b/src/format/image/bmp.c
@@ -1,5 +1,5 @@
-#include "tinyff/image/bmp.h"
-#include "tinyff/dbg.h"
+#include <tinyff/image/bmp.h>
+#include <tinyff/dbg.h>
ff_result ff_bmp_isvalid(ff_stream* stream)
{