summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/d3d1x/dxgid3d10
diff options
context:
space:
mode:
authorKai Wasserbäch <[email protected]>2011-08-27 17:51:53 +0200
committerBrian Paul <[email protected]>2011-08-29 08:02:55 -0600
commit92bc1111f3c5dd3616bd591129aebd3f4307e5b4 (patch)
treee8629498dba2bcc068a9448c0ee36f5ba2c9bcd0 /src/gallium/state_trackers/d3d1x/dxgid3d10
parent51ecb33c6b218af8e7c401a701b51f52331a1782 (diff)
d3d1x: Fix include style
As explained in the thread starting at [0], the internal include style should be »#include "path/to/header.h"« for non-system includes. [0] <http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e> Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/d3d1x/dxgid3d10')
-rw-r--r--src/gallium/state_trackers/d3d1x/dxgid3d10/dxgid3d10.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/d3d1x/dxgid3d10/dxgid3d10.cpp b/src/gallium/state_trackers/d3d1x/dxgid3d10/dxgid3d10.cpp
index 96073d4ebc6..cdc5df4b918 100644
--- a/src/gallium/state_trackers/d3d1x/dxgid3d10/dxgid3d10.cpp
+++ b/src/gallium/state_trackers/d3d1x/dxgid3d10/dxgid3d10.cpp
@@ -27,8 +27,8 @@
#include "d3d1xstutil.h"
#include "galliumd3d10_1.h"
#include <dxgi.h>
-#include <pipe/p_screen.h>
-#include <pipe/p_context.h>
+#include "pipe/p_screen.h"
+#include "pipe/p_context.h"
HRESULT D3D10CreateDevice1(
IDXGIAdapter *adapter,