diff options
author | Alon Levy <alevy@redhat.com> | 2011-04-27 16:46:14 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-04-29 12:18:20 +0300 |
commit | 4d4b0d35ce4c321b84f5686be6f16a58ae3f1980 (patch) | |
tree | 79e711c7c6da30c14b9022e8198dc958b091df97 | |
parent | 8bce20872cf3ef5bed5b6b6ce26f508c8466cd1e (diff) |
cleanup (add eol between system and non system includes)
-rw-r--r-- | src/qxl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <stdint.h> #include <spice/qxl_dev.h> + #include "compiler.h" #include "xf86.h" #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 |