Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 10, 2006
1 parent 63f4244 commit 03feb9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/Makefile.am
Expand Up @@ -29,8 +29,6 @@ libSDLinclude_HEADERS = \
SDL_quit.h \
SDL_rwops.h \
SDL_stdinc.h \
SDL_stdlib.h \
SDL_string.h \
SDL_syswm.h \
SDL_thread.h \
SDL_timer.h \
Expand Down
1 change: 1 addition & 0 deletions src/video/fbcon/SDL_fbevents.c
Expand Up @@ -39,6 +39,7 @@
#include <linux/kd.h>
#include <linux/keyboard.h>

#include "SDL_timer.h"
#include "SDL_mutex.h"
#include "SDL_sysevents.h"
#include "SDL_sysvideo.h"
Expand Down
1 change: 1 addition & 0 deletions src/video/x11/SDL_x11events.c
Expand Up @@ -33,6 +33,7 @@
#include <sys/time.h>
#include <unistd.h>

#include "SDL_timer.h"
#include "SDL_syswm.h"
#include "SDL_sysevents.h"
#include "SDL_sysvideo.h"
Expand Down

0 comments on commit 03feb9b

Please sign in to comment.