diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-22 09:00:45 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-22 09:00:45 -0700 |
commit | d0dc9698ae4324d44ed4c0482d6858d0b73bff33 (patch) | |
tree | 5522dd0a306613fd7675252a6646869a4d344e20 /include/miscstruct.h | |
parent | bc2d516f16d94c805b4dfa8e5b9eef40ff0cbe98 (diff) |
Revert "Fix <pixman.h> include to <pixman/pixman.h>"
The pixman headers have been located under pixman-1/ instead of pixman/ since
around 2007-08-06, and pixman-1.pc has the updated include paths to account
for this.
This reverts commit feb1b3e45513bd6eaa2e6a5ee536183f20d9cb68.
Diffstat (limited to 'include/miscstruct.h')
-rw-r--r-- | include/miscstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/miscstruct.h b/include/miscstruct.h index 4f5b1d516..d240f1b28 100644 --- a/include/miscstruct.h +++ b/include/miscstruct.h @@ -51,7 +51,7 @@ SOFTWARE. #include "misc.h" #include <X11/Xprotostr.h> #include "gc.h" -#include <pixman/pixman.h> +#include <pixman.h> typedef xPoint DDXPointRec; |