video_core: Remove unnecessary includes from headers

This commit is contained in:
Lioncash 2015-09-10 23:59:41 -04:00
parent 13310a9b26
commit c95206abdd
5 changed files with 3 additions and 13 deletions

View file

@ -4,8 +4,6 @@
#pragma once
#include "video_core/pica.h"
#include "shader.h"
namespace Pica {