From 4f28f70207af8ceeeb1b4ce515786d21d5f6d65d Mon Sep 17 00:00:00 2001 From: cebix <> Date: Sun, 21 Feb 2010 09:59:52 +0000 Subject: [PATCH] fixed warnings --- SheepShaver/src/Unix/main_unix.cpp | 4 ++-- SheepShaver/src/Unix/video_x.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SheepShaver/src/Unix/main_unix.cpp b/SheepShaver/src/Unix/main_unix.cpp index 23a73a37..d5224c1d 100644 --- a/SheepShaver/src/Unix/main_unix.cpp +++ b/SheepShaver/src/Unix/main_unix.cpp @@ -1,7 +1,7 @@ /* * main_unix.cpp - Emulation core, Unix implementation * - * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig + * SheepShaver (C) Christian Bauer and Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -136,7 +136,7 @@ #ifdef ENABLE_XF86_DGA #include #include -#include +#include #endif #ifdef ENABLE_MON diff --git a/SheepShaver/src/Unix/video_x.cpp b/SheepShaver/src/Unix/video_x.cpp index 9c561f07..f7374740 100644 --- a/SheepShaver/src/Unix/video_x.cpp +++ b/SheepShaver/src/Unix/video_x.cpp @@ -1,7 +1,7 @@ /* * video_x.cpp - Video/graphics emulation, X11 specific stuff * - * SheepShaver (C) 1997-2008 Marc Hellwig and Christian Bauer + * SheepShaver (C) Marc Hellwig and Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ #endif #ifdef ENABLE_XF86_DGA -# include +# include #endif #ifdef ENABLE_XF86_VIDMODE