trivial: Don't include config.h in headers
This should be included by each .c file. This fixes using libostree from a "plain" project without config.h.
This commit is contained in:
parent
b2a98f4ca3
commit
4e5b31b8fc
|
|
@ -21,6 +21,8 @@
|
||||||
* Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
|
* Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include "ostree-gpg-verifier.h"
|
#include "ostree-gpg-verifier.h"
|
||||||
#include "otutil.h"
|
#include "otutil.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
//#pragma once
|
//#pragma once
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <gio/gio.h>
|
#include <gio/gio.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "ostree-core.h"
|
#include "ostree-core.h"
|
||||||
#include "ostree-types.h"
|
#include "ostree-types.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue