imcontexts: Include config.h first

This commit is contained in:
Benjamin Otte 2013-05-07 14:03:52 +02:00
parent 19fcd12177
commit 30a49f1d66
2 changed files with 4 additions and 2 deletions

View File

@ -15,12 +15,13 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include "gtkimcontextmultipress.h"
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtkimmodule.h>
#include <config.h>
#define AUTOMATIC_COMPOSE_TIMEOUT 1 /* seconds */
#define CONFIGURATION_FILENAME MULTIPRESS_CONFDIR G_DIR_SEPARATOR_S "im-multipress.conf"

View File

@ -14,9 +14,10 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include "gtkimcontextmultipress.h"
#include <gtk/gtkimmodule.h> /* For GtkIMContextInfo */
#include <config.h>
#include <glib/gi18n.h>
#include <string.h> /* For strcmp() */