Reflect the move of the top-level win32 directory into the ui directory.

svn path=/trunk/; revision=40532
This commit is contained in:
Guy Harris 2012-01-16 01:29:08 +00:00
parent 0db1b9ae17
commit 21ddeed32b
6 changed files with 7 additions and 9 deletions

View File

@ -73,7 +73,7 @@
#if _WIN32
#include <gdk/gdkwin32.h>
#include <windows.h>
#include "win32/file_dlg_win32.h"
#include "ui/win32/file_dlg_win32.h"
#endif

View File

@ -22,8 +22,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*
*/
#ifdef HAVE_CONFIG_H
@ -81,7 +79,7 @@
#ifdef _WIN32
#include <gdk/gdkwin32.h>
#include <windows.h>
#include "win32/file_dlg_win32.h"
#include "ui/win32/file_dlg_win32.h"
#endif
static void

View File

@ -60,7 +60,7 @@
#ifdef _WIN32
#include "../tempfile.h"
#include "win32/print_win32.h"
#include "ui/win32/print_win32.h"
#endif
/* static variable declarations to speed up the performance

View File

@ -62,7 +62,7 @@
#include "ui/gtk/keys.h"
#include "ui/gtk/main.h"
#include "ui/gtk/gui_utils.h"
#include "win32/print_win32.h"
#include "ui/win32/print_win32.h"
#include "ui/gtk/font_utils.h"
#include "ui/gtk/help_dlg.h"
#include "ui/gtk/follow_stream.h"

View File

@ -78,7 +78,7 @@
#ifdef _WIN32
#include <gdk/gdkwin32.h>
#include <windows.h>
#include "win32/file_dlg_win32.h"
#include "ui/win32/file_dlg_win32.h"
#endif

View File

@ -54,8 +54,8 @@
#ifdef _WIN32
#include <gdk/gdkwin32.h>
#include <windows.h>
#include "win32/file_dlg_win32.h"
#include "win32/print_win32.h"
#include "ui/win32/file_dlg_win32.h"
#include "ui/win32/print_win32.h"
#include "../tempfile.h"
#endif