Reworks r1770 so that users who have replaced SkUserConfig don't have to
make any changes to continue compiling successfully.
git-svn-id: http://skia.googlecode.com/svn/trunk@1779 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrContext.cpp b/gpu/src/GrContext.cpp
index eee73d9..b75c917 100644
--- a/gpu/src/GrContext.cpp
+++ b/gpu/src/GrContext.cpp
@@ -24,7 +24,7 @@
#include "GrPathUtils.h"
#include "GrTextureCache.h"
#include "GrTextStrike.h"
-#include SK_USER_TRACE_INCLUDE_FILE
+#include "SkTrace.h"
// Using MSAA seems to be slower for some yet unknown reason.
#define PREFER_MSAA_OFFSCREEN_AA 0
diff --git a/gpu/src/GrGLProgram.cpp b/gpu/src/GrGLProgram.cpp
index 733e705..31571ab 100644
--- a/gpu/src/GrGLProgram.cpp
+++ b/gpu/src/GrGLProgram.cpp
@@ -19,8 +19,8 @@
#include "GrBinHashKey.h"
#include "GrGLConfig.h"
+#include "SkTrace.h"
#include "SkXfermode.h"
-#include SK_USER_TRACE_INCLUDE_FILE
namespace {
diff --git a/gpu/src/GrPathRenderer.cpp b/gpu/src/GrPathRenderer.cpp
index b103880..61670da 100644
--- a/gpu/src/GrPathRenderer.cpp
+++ b/gpu/src/GrPathRenderer.cpp
@@ -7,8 +7,7 @@
#include "SkString.h"
#include "SkTemplates.h"
-
-#include SK_USER_TRACE_INCLUDE_FILE
+#include "SkTrace.h"
GrPathRenderer::GrPathRenderer()
: fCurveTolerance (GR_Scalar1)