aboutsummaryrefslogtreecommitdiff
path: root/src/file.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-11-19 23:48:03 +0000
committerMike Buland <eichlan@xagasoft.com>2010-11-19 23:48:03 +0000
commit2545d1f2a82bc7c23abc0034958b169f9fffe613 (patch)
treef0240aea48e98d3515b0ee7d49904fe8fe4744de /src/file.cpp
parentd013208dd0cbd42b4f46279772d02ec85c47735f (diff)
downloadlibbu++-2545d1f2a82bc7c23abc0034958b169f9fffe613.tar.gz
libbu++-2545d1f2a82bc7c23abc0034958b169f9fffe613.tar.bz2
libbu++-2545d1f2a82bc7c23abc0034958b169f9fffe613.tar.xz
libbu++-2545d1f2a82bc7c23abc0034958b169f9fffe613.zip
MyriadFs is starting out...but the FUSE system is...akward at best.
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp
index 0566ee8..008b88e 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -11,7 +11,6 @@
11#include <sys/stat.h> 11#include <sys/stat.h>
12#include <fcntl.h> 12#include <fcntl.h>
13#include <unistd.h> 13#include <unistd.h>
14#include <stdlib.h> // for mkstemp
15#include <time.h> 14#include <time.h>
16 15
17#include "bu/config.h" 16#include "bu/config.h"