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:
Colin Walters 2013-10-15 15:26:37 -04:00
parent b2a98f4ca3
commit 4e5b31b8fc
3 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,8 @@
* Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
*/
#include "config.h"
#include "ostree-gpg-verifier.h"
#include "otutil.h"

View File

@ -23,7 +23,6 @@
//#pragma once
#include "config.h"
#include <glib-object.h>
#include <gio/gio.h>

View File

@ -22,7 +22,6 @@
#pragma once
#include "config.h"
#include "ostree-core.h"
#include "ostree-types.h"