mirror of
https://github.com/QuasarApp/macdependency.git
synced 2025-04-26 20:34:31 +00:00
27 lines
446 B
C
27 lines
446 B
C
|
//
|
||
|
// Prefix header for all source files of the 'MachO' target in the 'MachO' project.
|
||
|
//
|
||
|
|
||
|
#ifdef __OBJC__
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
#endif
|
||
|
|
||
|
#include <string>
|
||
|
#include <vector>
|
||
|
#include <sstream>
|
||
|
#include <fstream>
|
||
|
#include <list>
|
||
|
#include <assert.h>
|
||
|
#include <map>
|
||
|
|
||
|
#include <mach-o/loader.h>
|
||
|
#include <mach-o/nlist.h>
|
||
|
|
||
|
#include <cxxabi.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <pwd.h>
|
||
|
#include <unistd.h>
|
||
|
|
||
|
#include <sys/param.h>
|
||
|
#include <sys/stat.h>
|