diff options
author | Mathias Agopian <mathias@google.com> | 2009-06-07 02:13:02 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-06-07 02:13:02 -0700 |
commit | ce51b3b55f3facfce5dccebc73bd1903e163103e (patch) | |
tree | ca74495b9805f8be74b0730c481b2b320d284879 /include/private | |
parent | 65adbbb3d86f4725c2a6efe1bf9b5fa878b4593f (diff) | |
download | system_core-ce51b3b55f3facfce5dccebc73bd1903e163103e.zip system_core-ce51b3b55f3facfce5dccebc73bd1903e163103e.tar.gz system_core-ce51b3b55f3facfce5dccebc73bd1903e163103e.tar.bz2 |
break dependency on utils/Endian.h
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/pixelflinger/ggl_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/pixelflinger/ggl_context.h b/include/private/pixelflinger/ggl_context.h index 3a030c5..8a36fa9 100644 --- a/include/private/pixelflinger/ggl_context.h +++ b/include/private/pixelflinger/ggl_context.h @@ -21,8 +21,8 @@ #include <stddef.h> #include <string.h> #include <sys/types.h> +#include <endian.h> -#include <utils/Endian.h> #include <pixelflinger/pixelflinger.h> #include <private/pixelflinger/ggl_fixed.h> |