diff options
Diffstat (limited to 'src/ipa/raspberrypi/cam_helper_imx219.cpp')
-rw-r--r-- | src/ipa/raspberrypi/cam_helper_imx219.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/cam_helper_imx219.cpp b/src/ipa/raspberrypi/cam_helper_imx219.cpp index 17c35143..47af2c35 100644 --- a/src/ipa/raspberrypi/cam_helper_imx219.cpp +++ b/src/ipa/raspberrypi/cam_helper_imx219.cpp @@ -16,9 +16,9 @@ */ #define ENABLE_EMBEDDED_DATA 0 -#include "cam_helper.hpp" +#include "cam_helper.h" #if ENABLE_EMBEDDED_DATA -#include "md_parser.hpp" +#include "md_parser.h" #endif using namespace RPiController; |