Cleaned up headers and footers on Mir code.

This commit is contained in:
Ryan C. Gordon
2014-02-02 23:54:10 -05:00
parent 19f8c6224f
commit 8674b7aeee
12 changed files with 63 additions and 20 deletions

View File

@@ -23,8 +23,6 @@
Contributed by Brandon Schaefer, <brandon.schaefer@canonical.com>
*/
#include "SDL_config.h"
#ifndef _SDL_mirframebuffer_h
#define _SDL_mirframebuffer_h
@@ -44,3 +42,6 @@ extern void
MIR_DestroyWindowFramebuffer(_THIS, SDL_Window* sdl_window);
#endif /* _SDL_mirframebuffer_h */
/* vi: set ts=4 sw=4 expandtab: */