Header cleanup

This commit is contained in:
Atlante45 2015-05-20 17:17:03 +02:00
parent ee4b28b6b9
commit 9c9aee667a
2 changed files with 5 additions and 2 deletions

View file

@ -9,6 +9,8 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <gpu/Batch.h>
#include <gpu/GLBackend.h>
#include <gpu/GPUConfig.h>
#include <QNetworkReply>
@ -23,7 +25,6 @@
#include "RenderUtilsLogging.h"
#include "TextureCache.h"
#include "gpu/GLBackend.h"
#include <mutex>

View file

@ -12,7 +12,6 @@
#ifndef hifi_TextureCache_h
#define hifi_TextureCache_h
#include <gpu/Batch.h>
#include <gpu/GPUConfig.h>
#include <gpu/Texture.h>
#include <gpu/Framebuffer.h>
@ -26,6 +25,9 @@
#include <DependencyManager.h>
#include <ResourceCache.h>
namespace gpu {
class Batch;
}
class NetworkTexture;
typedef QSharedPointer<NetworkTexture> NetworkTexturePointer;