diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-01 12:37:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-01 12:37:20 +0200 |
commit | 0ab50d5887cb94138239bb1991b86adcabe3c3d2 (patch) | |
tree | bbac43b8dd5f35d10637c5aa8b74e29f5e011274 /src/blueshift_vidmode_c.c | |
parent | RANDR => RandR (diff) | |
download | blueshift-0ab50d5887cb94138239bb1991b86adcabe3c3d2.tar.gz blueshift-0ab50d5887cb94138239bb1991b86adcabe3c3d2.tar.bz2 blueshift-0ab50d5887cb94138239bb1991b86adcabe3c3d2.tar.xz |
enable more warnings and add .h files
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/blueshift_vidmode_c.c')
-rw-r--r-- | src/blueshift_vidmode_c.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/blueshift_vidmode_c.c b/src/blueshift_vidmode_c.c index 72c8053..2f393c5 100644 --- a/src/blueshift_vidmode_c.c +++ b/src/blueshift_vidmode_c.c @@ -14,13 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdlib.h> -#include <stdio.h> -#include <inttypes.h> - -#include <X11/Xlib.h> -#include <X11/extensions/xf86vmode.h> - +#include "blueshift_vidmode_c.h" /** |