diff options
author | Emil Velikov <[email protected]> | 2015-10-14 16:52:07 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-21 12:52:21 +0000 |
commit | 42dde5aa24f4aed176baefb9b72c4184026196ed (patch) | |
tree | 586d501504020a4ee1ccb43bcb2b692462fa049f | |
parent | 09422507817d21e989004bc93e7447f37cffc9ab (diff) |
targets/nine: add note about messy header inclusion order
Cc: Axel Davy <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Rob Clark <[email protected]>
-rw-r--r-- | src/gallium/targets/d3dadapter9/drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/d3dadapter9/drm.c b/src/gallium/targets/d3dadapter9/drm.c index 84cfb943eaf..00e58e0ed16 100644 --- a/src/gallium/targets/d3dadapter9/drm.c +++ b/src/gallium/targets/d3dadapter9/drm.c @@ -20,6 +20,7 @@ * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE * USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* XXX: header order is slightly screwy here */ #include "loader.h" #include "adapter9.h" |