fixed case for #includes

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@41 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
spog 2006-03-26 15:12:25 +00:00
parent 08d558e1a4
commit c1bc31436f
5 changed files with 9 additions and 9 deletions

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <gtk/gtk.h>
#include "version.h"
#include "PrtView.h"
#include "prtview.h"
#include "ConfigDialog.h"
static void dialog_button_callback (GtkWidget *widget, gpointer data)

View file

@ -23,8 +23,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "iscenegraph.h"
#include "PrtView.h"
#include "Portals.h"
#include "prtview.h"
#include "portals.h"
static void dialog_button_callback (GtkWidget *widget, gpointer data)
{

View file

@ -28,8 +28,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "qerplugin.h"
#include "PrtView.h"
#include "Portals.h"
#include "prtview.h"
#include "portals.h"
static void dialog_button_callback (GtkWidget *widget, gpointer data)
{

View file

@ -17,7 +17,7 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "Portals.h"
#include "portals.h"
#include <string.h>
#include <stdlib.h>
#ifndef __APPLE__
@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "iglrender.h"
#include "cullable.h"
#include "PrtView.h"
#include "prtview.h"
#define LINE_BUF 1000

View file

@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "PrtView.h"
#include "prtview.h"
#include <stdio.h>
#include <stdlib.h>
@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "iglrender.h"
#include "iplugin.h"
#include "Portals.h"
#include "portals.h"
#include "AboutDialog.h"
#include "ConfigDialog.h"
#include "LoadPortalFileDialog.h"