From 5d115a5843d49efed91edce98c50ae92091dce42 Mon Sep 17 00:00:00 2001 From: enselic Date: Sun, 14 Sep 2008 08:29:53 +0000 Subject: src/block_utils.c src/cache_audio.c src/cache_frame.c src/capture_sound.c src/encode_cache.c src/encode_image_buffer.c src/encode_sound_buffer.c src/flush_to_ogg.c src/get_frame.c src/getzpixmap.c src/init_encoder.c src/initialize_data.c src/load_cache.c src/make_dummy_pointer.c src/opendev.c src/parseargs.c src/poll_events.c src/queryextensions.c src/recordmydesktop.c src/rectinsert.c src/register_callbacks.c src/rmd_cache.c src/rmd_error.c src/rmd_frame.c src/rmd_jack.c src/rmd_rescue.c src/rmd_timer.c src/rmdmacro.h src/rmdthreads.c src/rmdtypes.h src/setbrwindow.c src/shortcuts.c src/specsfile.c src/test-rectinsert-data.c src/test-rectinsert.c src/update_image.c src/wm_check.c src/yuv_utils.c: There is no need for us to test if config.h exists. It's our pacakge, we know it exists. Also make sure that each .c files includes config.h as the first include. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@544 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/src/rmdmacro.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recordmydesktop/src/rmdmacro.h') diff --git a/recordmydesktop/src/rmdmacro.h b/recordmydesktop/src/rmdmacro.h index 29688e5..c02adc2 100644 --- a/recordmydesktop/src/rmdmacro.h +++ b/recordmydesktop/src/rmdmacro.h @@ -27,9 +27,7 @@ #ifndef RMDMACRO_H #define RMDMACRO_H 1 -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif +#include "config.h" #include -- cgit v1.2.1