From 6bf38b59c9de1cd35cd091cf8766117f4e1f66a0 Mon Sep 17 00:00:00 2001 From: "tomhudson@google.com" Date: Tue, 14 Feb 2012 15:11:59 +0000 Subject: Move GL-specific include files to their own subdirectory, to better coexist alongside D3D backend. Requires gyp change. http://codereview.appspot.com/5665045/ git-svn-id: http://skia.googlecode.com/svn/trunk@3185 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/gmmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gm') diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp index 3958998b56..523faf811d 100644 --- a/gm/gmmain.cpp +++ b/gm/gmmain.cpp @@ -19,8 +19,8 @@ #include "SkGraphics.h" #include "SkImageDecoder.h" #include "SkImageEncoder.h" -#include "SkNativeGLContext.h" -#include "SkMesaGLContext.h" +#include "gl/SkNativeGLContext.h" +#include "gl/SkMesaGLContext.h" #include "SkPicture.h" #include "SkStream.h" #include "SkRefCnt.h" -- cgit v1.2.3