Skip to content

Commit

Permalink
Remove base/arch.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 committed May 15, 2019
1 parent ff7a85c commit 8afc2b7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 23 deletions.
1 change: 0 additions & 1 deletion UWP/NativeUWP/NativeUWP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\ext\native\base\arch.h" />
<ClInclude Include="..\..\ext\native\base\backtrace.h" />
<ClInclude Include="..\..\ext\native\base\basictypes.h" />
<ClInclude Include="..\..\ext\native\base\buffer.h" />
Expand Down
3 changes: 0 additions & 3 deletions UWP/NativeUWP/NativeUWP.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,6 @@
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="targetver.h" />
<ClInclude Include="..\..\ext\native\base\arch.h">
<Filter>base</Filter>
</ClInclude>
<ClInclude Include="..\..\ext\native\base\backtrace.h">
<Filter>base</Filter>
</ClInclude>
Expand Down
17 changes: 0 additions & 17 deletions ext/native/base/arch.h

This file was deleted.

2 changes: 1 addition & 1 deletion ext/native/base/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <cstring>

#include "base/arch.h"
#include "ppsspp_config.h"
#include "base/backtrace.h"

// Simple wrapper around Android's logging interface that also allows other
Expand Down
1 change: 0 additions & 1 deletion ext/native/math/fast/fast_math.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "base/arch.h"
#include "fast_math.h"
#include "fast_matrix.h"

Expand Down

0 comments on commit 8afc2b7

Please sign in to comment.