~jabiertxof/+junk/inkscape

« back to all changes in this revision

Viewing changes to src/ui/dialog/print.cpp

update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# include <config.h>
15
15
#endif
16
16
 
 
17
#include <gtkmm.h>
 
18
 
17
19
#ifdef WIN32
18
20
#include <io.h>
19
21
#include <windows.h>
20
22
#endif
21
23
 
22
 
#include <gtkmm.h>
23
 
 
24
24
#include "preferences.h"
25
25
#include "print.h"
26
26