Cleaned out a few C++ single-line comments.

Should we bother doing this anymore? Is there really a C compiler we care
 about that doesn't support this?
This commit is contained in:
Ryan C. Gordon 2013-01-21 02:50:11 -05:00
parent 09cbdb12c9
commit d41de59fc9
6 changed files with 20 additions and 15 deletions

View file

@ -42,7 +42,7 @@
#include <stdio.h>
#ifdef SDL_INPUT_LINUXEV
//Touch Input/event* includes
/* Touch Input/event* includes */
#include <linux/input.h>
#include <fcntl.h>
#endif