diff --git a/src/raspberrypi/file_access/file_access.h b/src/raspberrypi/file_access/file_access.h index f4462c6c..46cd8cca 100644 --- a/src/raspberrypi/file_access/file_access.h +++ b/src/raspberrypi/file_access/file_access.h @@ -17,7 +17,6 @@ #pragma once -#include "../rascsi.h" #include "filepath.h" class FileAccess diff --git a/src/raspberrypi/file_access/mmap_file_access.h b/src/raspberrypi/file_access/mmap_file_access.h index 43d43a70..d5a95793 100644 --- a/src/raspberrypi/file_access/mmap_file_access.h +++ b/src/raspberrypi/file_access/mmap_file_access.h @@ -22,7 +22,6 @@ #pragma once -#include "../rascsi.h" #include "filepath.h" #include "file_access/file_access.h"