mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-22 20:29:59 +00:00
clean up c++ headers
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@387 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
304164ecfa
commit
ad6fd87c3e
@ -16,8 +16,8 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include <algorithm>
|
||||
#include <set>
|
||||
|
@ -11,10 +11,11 @@
|
||||
#include <Endian/Endian.h>
|
||||
|
||||
#include "common.h"
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include <cctype>
|
||||
#include <cstdio>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace LittleEndian;
|
||||
|
||||
|
@ -8,9 +8,11 @@
|
||||
|
||||
#include "profuse.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cerrno>
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
#include "profuse.h"
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
|
||||
|
||||
#pragma mark Read Functions
|
||||
|
@ -10,9 +10,10 @@
|
||||
#pragma mark Stat Functions
|
||||
|
||||
#include "profuse.h"
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -12,8 +12,10 @@
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include <strings.h>
|
||||
|
||||
using std::string;
|
||||
|
Loading…
Reference in New Issue
Block a user