Skip to content

Commit

Permalink
Remove relative include path
Browse files Browse the repository at this point in the history
Fixes: #32

Signed-off-by: drprajap <[email protected]>
  • Loading branch information
drprajap committed Sep 28, 2018
1 parent e52096b commit bda2652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GmmLib/inc/External/Common/GmmCommonExt.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ OTHER DEALINGS IN THE SOFTWARE.


#define INCLUDE_CpuSwizzleBlt_c_AS_HEADER
#include "../../../Utility/CpuSwizzleBlt/CpuSwizzleBlt.c"
#include "Utility/CpuSwizzleBlt/CpuSwizzleBlt.c"
extern const SWIZZLE_DESCRIPTOR INTEL_64KB_UNDEFINED_8bpp;
extern const SWIZZLE_DESCRIPTOR INTEL_64KB_UNDEFINED_16_32bpp;
extern const SWIZZLE_DESCRIPTOR INTEL_64KB_UNDEFINED_64_128bpp;
Expand Down

0 comments on commit bda2652

Please sign in to comment.