diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-12-18 03:42:35 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-22 01:13:17 +0100 |
commit | d6ccd4439044978a6dcc01b8c1ab880b6164f9d1 (patch) | |
tree | ba8360f6e0177fa9ad13d1b794a21cae00bdbc01 /lib/libalpm/dload.c | |
parent | 6c1426842af7de1343b8360e2d0ca52846ea4a2f (diff) | |
download | pacman-d6ccd4439044978a6dcc01b8c1ab880b6164f9d1.tar.gz pacman-d6ccd4439044978a6dcc01b8c1ab880b6164f9d1.tar.xz |
include config.h via Makefiles
Ensures that config.h is always ordered correctly (first) in the
includes. Also means that new source files get this for free without
having to remember to add it.
We opt for -imacros over -include as its more portable, and the
added constraint by -imacros doesn't bother us for config.h.
This also touches the HACKING file to remove the explicit mention of
config.h as part of the includes.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/dload.c')
-rw-r--r-- | lib/libalpm/dload.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index bcbc8095..a3980d65 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -18,8 +18,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" - #include <stdlib.h> #include <stdio.h> #include <errno.h> |