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

@ -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() */