about summary refs log tree commit diff stats
path: root/082persist.cc
diff options
context:
space:
mode:
Diffstat (limited to '082persist.cc')
-rw-r--r--082persist.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/082persist.cc b/082persist.cc
index 6ab6ea42..853ccb62 100644
--- a/082persist.cc
+++ b/082persist.cc
@@ -99,6 +99,3 @@ bool exists(const string& filename) {
   struct stat dummy;
   return 0 == stat(filename.c_str(), &dummy);
 }
-
-:(before "End Includes")
-#include<sys/stat.h>