Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2016-12-25 20:35:33 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-12-25 20:35:47 +0300
commitad8aa69794b76a081d9c504d5f817b87df39e893 (patch)
tree54c738271cf149a09bfea5f184f27d4755da0b6f /src/Storage/MassStorage.h
parent81035c9322f35f91831011553eee4bb09edfc737 (diff)
Reduced header file coupling
Restructured the header file inclusion so that the .cpp files are dependent on fewer header files, resulting in less recompilation when most header files are changed
Diffstat (limited to 'src/Storage/MassStorage.h')
-rw-r--r--src/Storage/MassStorage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Storage/MassStorage.h b/src/Storage/MassStorage.h
index ee355796..2371e671 100644
--- a/src/Storage/MassStorage.h
+++ b/src/Storage/MassStorage.h
@@ -1,10 +1,11 @@
#ifndef MASSSTORAGE_H
#define MASSSTORAGE_H
+#include "RepRapFirmware.h"
+#include "Pins.h"
+#include "Libraries/FatFs/ff.h"
#include <ctime>
-class Platform;
-
// Info returned by FindFirst/FindNext calls
struct FileInfo
{