Use proper glib2 include path.

This commit is contained in:
Thomas Klausner 2017-07-29 12:02:13 +02:00
parent 0f4e84ec0c
commit e0fc59b8b1
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#ifndef GNUCASH_CURSOR_H
#define GNUCASH_CURSOR_H
#include <glib-2.0/glib.h>
#include <glib.h>
#include "gnucash-sheet.h"
/** @ingroup Register

View File

@ -42,7 +42,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <glib-2.0/glib.h>
#include <glib.h>
#include "gnucash-sheet.h"
#include "gnucash-sheetP.h"