commit | ce51b3b55f3facfce5dccebc73bd1903e163103e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sun Jun 07 02:13:02 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Sun Jun 07 02:13:02 2009 -0700 |
tree | ca74495b9805f8be74b0730c481b2b320d284879 | |
parent | 65adbbb3d86f4725c2a6efe1bf9b5fa878b4593f [diff] |
break dependency on utils/Endian.h
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>