diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-27 17:56:17 +0100 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 00:46:39 +0100 |
| commit | 4964a359e1a82f87a9772140fd1d933c5812c2e7 (patch) | |
| tree | 49bae12a6ba7f7d946bb85fe9d304ab958815609 /src/video_core/command_processor.h | |
| parent | 7b746914b929df4ed6aacaa13af8e35815be0bf1 (diff) | |
Core: Cleanup hw includes.
Diffstat (limited to 'src/video_core/command_processor.h')
| -rw-r--r-- | src/video_core/command_processor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/command_processor.h b/src/video_core/command_processor.h index bb3d4150f..022a71f5e 100644 --- a/src/video_core/command_processor.h +++ b/src/video_core/command_processor.h @@ -4,11 +4,11 @@ #pragma once +#include <type_traits> + #include "common/bit_field.h" #include "common/common_types.h" -#include "pica.h" - namespace Pica { namespace CommandProcessor { |
