mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
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>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "ostree-gpg-verifier.h"
|
||||
#include "otutil.h"
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
//#pragma once
|
||||
|
||||
#include "config.h"
|
||||
#include <glib-object.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config.h"
|
||||
#include "ostree-core.h"
|
||||
#include "ostree-types.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user