summaryrefslogtreecommitdiff
path: root/include/tinyff/image/generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff/image/generic.h')
-rw-r--r--include/tinyff/image/generic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tinyff/image/generic.h b/include/tinyff/image/generic.h
index e136027..8b5bcaa 100644
--- a/include/tinyff/image/generic.h
+++ b/include/tinyff/image/generic.h
@@ -1,8 +1,8 @@
// This is the generics image header file for tinyff
// It contains generic image structures and definitions
-#include "common.h"
-#include "result.h"
+#include <tinyff/common.h>
+#include <tinyff/result.h>
#ifndef GENERIC_IMAGE_H
#define GENERIC_IMAGE_H