Remove unwanted files.
[pintos-anon] / src / filesys / filehdr.h
index 235a1e69dd706b96d5ef81e28e1296ee8bbda5dc..7c9f37f27ba1e510e282f4945cdd4fe5fcf5ddba 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <stdbool.h>
 #include <stddef.h>
-#include "disk.h"
-#include "off_t.h"
+#include "filesys/off_t.h"
+#include "devices/disk.h"
 
 /* Number of direct sector pointers in a file header. */
 #define DIRECT_CNT ((DISK_SECTOR_SIZE - sizeof (off_t) * 2)     \