mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 06:15:39 +01:00
Change #imports that should have been #includes to #include.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@977 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
0866e8254d
commit
eb3bf49197
@ -27,12 +27,12 @@
|
|||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#import <mach/mach.h>
|
#include <mach/mach.h>
|
||||||
#import <servers/bootstrap.h>
|
#include <servers/bootstrap.h>
|
||||||
#import <stdio.h>
|
#include <stdio.h>
|
||||||
#import <stdlib.h>
|
#include <stdlib.h>
|
||||||
#import <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#import <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
// class OnDemandServer :
|
// class OnDemandServer :
|
||||||
|
Loading…
Reference in New Issue
Block a user