pascal headers

git-svn-id: https://profuse.googlecode.com/svn/branches/v2@282 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock 2010-05-26 22:19:43 +00:00
parent 42c6839fcb
commit 776475f33e
7 changed files with 7 additions and 6 deletions

View File

@ -69,6 +69,7 @@ namespace Pascal {
private:
friend class VolumeEntry;
VolumeEntry *_parent;
unsigned _address;

View File

@ -5,7 +5,7 @@
#include <memory>
#include <cerrno>
#include <Pascal/File.h>
#include <Pascal/Pascal.h>
#include <ProFUSE/auto.h>
#include <ProFUSE/Exception.h>

View File

@ -1,7 +1,7 @@
#include <memory>
#include <Pascal/File.h>
#include <Pascal/Pascal.h>
#include <ProFUSE/auto.h>
#include <ProFUSE/Exception.h>

View File

@ -17,7 +17,7 @@
#include <strings.h>
#include <sys/stat.h>
#include <Pascal/File.h>
#include <Pascal/Pascal.h>
#include <Pascal/Date.h>
#include <Device/BlockDevice.h>

View File

@ -18,7 +18,7 @@
#include <fuse/fuse_lowlevel.h>
#include <Pascal/File.h>
#include <Pascal/Pascal.h>
#include <ProFUSE/Exception.h>
#include <Device/BlockDevice.h>

View File

@ -22,7 +22,7 @@
#include <Pascal/File.h>
#include <Pascal/Pascal.h>
#include <ProFUSE/auto.h>
#include <ProFUSE/Exception.h>

View File

@ -4,7 +4,7 @@
#include <ProFUSE/Exception.h>
#include <Pascal/File.h>
#include <Pascal/Pascal.h>
#include <memory>
#include <cstdio>