VideoCore: Split regs.h inclusions

This commit is contained in:
Yuri Kunde Schlesner 2017-01-28 15:12:09 -08:00
parent f241bb72f5
commit 60fc0b086f
14 changed files with 47 additions and 25 deletions

View file

@ -5,7 +5,7 @@
#include <cstring>
#include "video_core/pica.h"
#include "video_core/pica_state.h"
#include "video_core/regs.h"
#include "video_core/regs_pipeline.h"
namespace Pica {