diff options
author | José Fonseca <[email protected]> | 2008-07-23 21:06:01 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-07-24 21:24:10 +0900 |
commit | 101d1a658a614d1e2ec02b1e697f6161291af653 (patch) | |
tree | 1dab9e796d0917fd6b699465086b3b5629024a77 /src/mesa/swrast_setup/ss_triangle.h | |
parent | fd6865c7e5c3c38c273b8269ff30a1acec469b6f (diff) |
mesa: Prefix main includes with dir to avoid conflicts.
Some of the headers in src/mesa/main have pretty common names which
easily conflict with third-party code, e.g. config.h
Diffstat (limited to 'src/mesa/swrast_setup/ss_triangle.h')
-rw-r--r-- | src/mesa/swrast_setup/ss_triangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast_setup/ss_triangle.h b/src/mesa/swrast_setup/ss_triangle.h index 78833269e6e..863e744607b 100644 --- a/src/mesa/swrast_setup/ss_triangle.h +++ b/src/mesa/swrast_setup/ss_triangle.h @@ -29,7 +29,7 @@ #ifndef SS_TRIANGLE_H #define SS_TRIANGLE_H -#include "mtypes.h" +#include "main/mtypes.h" #include "ss_context.h" |