Changeset 283

Show
Ignore:
Timestamp:
06/26/08 09:30:58 (4 months ago)
Author:
mattn
Message:

* removed unnecessary gi18n.h inclusions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/contrib/bkgrnd2d/dialog.cpp

    r264 r283  
    2929 
    3030#include <gtk/gtk.h> 
    31 #include <glib/gi18n.h> 
    3231 
    3332#include "bkgrnd2d.h" 
  • GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h

    r264 r283  
    3131#include <gdk/gdkkeysyms.h> 
    3232#include <gtk/gtk.h> 
    33 #include <glib/gi18n.h> 
    3433#include <stdio.h> 
    3534#include <stdlib.h> 
  • GtkRadiant/trunk/contrib/camera/camera.h

    r264 r283  
    3737 
    3838#include <gtk/gtk.h> 
    39 #include <glib/gi18n.h> 
    4039 
    4140#include "str.h" 
  • GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp

    r264 r283  
    1919 
    2020#include <gtk/gtk.h> 
    21 #include <glib/gi18n.h> 
    2221#include <stdio.h> 
    2322#include <stdlib.h> 
  • GtkRadiant/trunk/contrib/gtkgensurf/gensurf.cpp

    r264 r283  
    1919 
    2020#include <gtk/gtk.h> 
    21 #include <glib/gi18n.h> 
    2221#include <stdio.h> 
    2322#include <stdlib.h> 
  • GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h

    r264 r283  
    2222 
    2323#include <gtk/gtk.h> 
    24 #include <glib/gi18n.h> 
    2524 
    2625#include "qerplugin.h" 
  • GtkRadiant/trunk/contrib/prtview/stdafx.h

    r264 r283  
    2222 
    2323#include <gtk/gtk.h> 
    24 #include <glib/gi18n.h> 
    2524 
    2625#if defined(__linux__) || defined(__APPLE__) 
  • GtkRadiant/trunk/include/idatastream.h

    r183 r283  
    44All rights reserved. 
    55 
    6 Redistribution and use in source and binary forms, with or without modification,  
     6Redistribution and use in source and binary forms, with or without modification, 
    77are permitted provided that the following conditions are met: 
    88 
    9 Redistributions of source code must retain the above copyright notice, this list  
     9Redistributions of source code must retain the above copyright notice, this list 
    1010of conditions and the following disclaimer. 
    1111 
     
    1414other materials provided with the distribution. 
    1515 
    16 Neither the name of Loki software nor the names of its contributors may be used  
    17 to endorse or promote products derived from this software without specific prior  
    18 written permission.  
     16Neither the name of Loki software nor the names of its contributors may be used 
     17to endorse or promote products derived from this software without specific prior 
     18written permission. 
    1919 
    20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''  
    21 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE  
    22 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE  
    23 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY  
    24 DIRECT,INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES  
    25 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;  
    26 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON  
    27 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT  
    28 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS  
    29 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  
     20THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' 
     21AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
     22IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     23DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY 
     24DIRECT,INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     25(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     26LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
     27ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     28(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     29SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    3030*/ 
    3131 
     
    4444class IDataStream 
    4545{ 
    46 public:   
    47   IDataStream(); 
    48   virtual ~IDataStream(); 
     46public: 
     47       IDataStream(); 
     48       virtual ~IDataStream(); 
    4949 
    5050        virtual void IncRef () = 0;     ///< Increment the number of references to this object 
     
    6262        virtual int PutChar(int c)=0; 
    6363 
    64   virtual void printf(const char*, ...) = 0; ///< completely matches the usual printf behaviour 
     64       virtual void printf(const char*, ...) = 0; ///< completely matches the usual printf behaviour 
    6565 
    6666        virtual void Abort()=0; 
  • GtkRadiant/trunk/plugins/surface/surfacedialog.cpp

    r278 r283  
    3030 
    3131#include <gtk/gtk.h> 
    32 #include <glib/gi18n.h> 
    3332#include <gdk/gdkkeysyms.h> 
    3433 
  • GtkRadiant/trunk/plugins/surface_heretic2/surfacedialog.cpp

    r278 r283  
    3030 
    3131#include <gtk/gtk.h> 
    32 #include <glib/gi18n.h> 
    3332#include <gdk/gdkkeysyms.h> 
    3433 
  • GtkRadiant/trunk/plugins/surface_heretic2/surfaceflagsdialog_heretic2.cpp

    r264 r283  
    2121 
    2222#include <gtk/gtk.h> 
    23 #include <glib/gi18n.h> 
    2423#include <gdk/gdkkeysyms.h> 
    2524 
  • GtkRadiant/trunk/plugins/surface_quake2/surfacedialog.cpp

    r278 r283  
    3030 
    3131#include <gtk/gtk.h> 
    32 #include <glib/gi18n.h> 
    3332#include <gdk/gdkkeysyms.h> 
    3433 
  • GtkRadiant/trunk/plugins/surface_quake2/surfaceflagsdialog_quake2.cpp

    r264 r283  
    2121 
    2222#include <gtk/gtk.h> 
    23 #include <glib/gi18n.h> 
    2423#include <gdk/gdkkeysyms.h> 
    2524 
  • GtkRadiant/trunk/plugins/textool/StdAfx.h

    r264 r283  
    2626#include <gdk/gdkkeysyms.h> 
    2727#include <gtk/gtk.h> 
    28 #include <glib/gi18n.h> 
    2928#include <stdio.h> 
    3029#include <stdlib.h> 
  • GtkRadiant/trunk/radiant/camwindow.cpp

    r264 r283  
    2828#include "stdafx.h" 
    2929#include <gtk/gtk.h> 
    30 #include <glib/gi18n.h> 
    3130#include <GL/gl.h> 
    3231 
  • GtkRadiant/trunk/radiant/dialog.cpp

    r264 r283  
    2929#include "stdafx.h" 
    3030#include <gtk/gtk.h> 
    31 #include <glib/gi18n.h> 
    3231#include <stdlib.h> 
    3332#include <stdio.h> 
  • GtkRadiant/trunk/radiant/dialog.h

    r264 r283  
    2424 
    2525#include <gtk/gtk.h> 
    26 #include <glib/gi18n.h> 
    2726#include "str.h" 
    2827#include "gtkmisc.h" 
  • GtkRadiant/trunk/radiant/dialoginfo.cpp

    r264 r283  
    2828#include "stdafx.h" 
    2929#include <gtk/gtk.h> 
    30 #include <glib/gi18n.h> 
    3130//#include "qe3.h" 
    3231 
  • GtkRadiant/trunk/radiant/gtkmisc.cpp

    r264 r283  
    4040 
    4141#include <gtk/gtk.h> 
    42 #include <glib/gi18n.h> 
    4342 
    4443#ifdef _WIN32 
  • GtkRadiant/trunk/radiant/preferences.cpp

    r270 r283  
    2828#include "stdafx.h" 
    2929#include <glib.h> 
     30#include <glib/gi18n.h> 
    3031#include <assert.h> 
    3132#if defined (__linux__) || defined (__APPLE__) 
  • GtkRadiant/trunk/radiant/qe3.cpp

    r281 r283  
    2828#include "stdafx.h" 
    2929#include <gtk/gtk.h> 
    30 #include <glib/gi18n.h> 
    3130#include <sys/stat.h> 
    3231#include "gtkmisc.h" 
  • GtkRadiant/trunk/radiant/qe3.h

    r264 r283  
    4444 
    4545#include <gtk/gtk.h> 
    46 #include <glib/gi18n.h> 
    4746#include <math.h> 
    4847#include <stdlib.h> 
  • GtkRadiant/trunk/radiant/texwindow.cpp

    r278 r283  
    4242#endif 
    4343#include <gtk/gtk.h> 
    44 #include <glib/gi18n.h> 
    4544#include <assert.h> 
    4645#include <sys/stat.h> 
  • GtkRadiant/trunk/radiant/xywindow.cpp

    r264 r283  
    2828#include "stdafx.h" 
    2929#include <gtk/gtk.h> 
    30 #include <glib/gi18n.h> 
    3130#include <assert.h> 
    3231#include <GL/gl.h>