Revert "Move headers with no dependencies."

This reverts commit 117842223b.

No good:
https://uberchromegw.corp.google.com/i/client.skia/builders/Mac%20Builder/builds/3465/steps/compile/logs/stdio

BUG=skia:4126

Review URL: https://codereview.chromium.org/1262173002 .
This commit is contained in:
Mike Klein 2015-07-29 11:50:09 -04:00
parent 3b2fb981ab
commit 1e8a58b568
6 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
#define SkGLContext_DEFINED
#include "GrGLInterface.h"
#include "../private/SkGpuFenceSync.h"
#include "../../src/gpu/SkGpuFenceSync.h"
/**
* Create an offscreen opengl context with an RGBA8 / 8bit stencil FBO.
@ -18,7 +18,7 @@
class SK_API SkGLContext : public SkRefCnt {
public:
~SkGLContext() override;

View File

@ -10,7 +10,7 @@
#ifndef SkOSWindow_Win_DEFINED
#define SkOSWindow_Win_DEFINED
#include "../private/SkFunction.h"
#include "../../src/core/SkFunction.h"
#include "../private/SkTHash.h"
#include "SkWindow.h"

View File

@ -8,10 +8,10 @@
#ifndef SkRecords_DEFINED
#define SkRecords_DEFINED
#include "../private/SkPathPriv.h"
#include "SkCanvas.h"
#include "SkDrawable.h"
#include "SkMatrix.h"
#include "SkPathPriv.h"
#include "SkPicture.h"
#include "SkRSXform.h"
#include "SkTextBlob.h"