diff options
| author | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-28 11:26:17 +0000 |
|---|---|---|
| committer | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-28 11:26:17 +0000 |
| commit | 43b49e325db73cc19b1731db6c69545664ee8fbe (patch) | |
| tree | 56afe5de404c431fff2124f4789fd6e1655c0963 /src/main.cpp | |
| parent | Fixed failed build (diff) | |
| download | inkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.tar.gz inkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.zip | |
Reverted changes to r15024 after many building problems
(bzr r15027)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7678ca241..8cf52127b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,6 +38,9 @@ #include <ieeefp.h> #endif #include <cstring> +#include <string> +#include <locale.h> +#include <stdlib.h> #include <popt.h> #ifndef POPT_TABLEEND @@ -45,6 +48,9 @@ #endif /* Not def: POPT_TABLEEND */ #include <libxml/tree.h> +#include <glib/gprintf.h> +#include <glib-object.h> +#include <gtk/gtk.h> #if GTK_CHECK_VERSION(3,0,0) #include <gtkmm/cssprovider.h> @@ -57,13 +63,16 @@ #undef AND #endif +#include "macros.h" #include "file.h" #include "document.h" #include "layer-model.h" #include "selection.h" +#include "sp-object.h" #include "ui/interface.h" #include "print.h" #include "color.h" +#include "sp-item.h" #include "sp-root.h" #include "svg/svg.h" @@ -84,8 +93,10 @@ #include "helper/action-context.h" #include "helper/png-write.h" +#include "helper/geom.h" #include <extension/extension.h> +#include <extension/system.h> #include <extension/db.h> #include <extension/output.h> #include <extension/input.h> @@ -103,6 +114,8 @@ #endif // WITH_DBUS #include <glibmm/i18n.h> +#include <glibmm/main.h> +#include <glibmm/miscutils.h> #include <gtkmm/main.h> @@ -116,6 +129,8 @@ #include <errno.h> #include "verbs.h" +#include <gdk/gdkkeysyms.h> + #include "path-chemistry.h" #include "sp-text.h" #include "sp-flowtext.h" |
