diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-11-07 12:47:02 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-11-07 12:47:02 +0000 |
commit | 3f9d4cbd088a29ec2175c40ec8f7f3ae6a1df509 (patch) | |
tree | 86dad60ac253f61e30d99bb1857d5a7c53777be0 /tests | |
parent | b39f653c3d6ac9d41120d32b89ad21ccfbffde65 (diff) | |
download | gstreamer-plugins-base-3f9d4cbd088a29ec2175c40ec8f7f3ae6a1df509.tar.gz |
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
Diffstat (limited to 'tests')
-rw-r--r-- | tests/old/testsuite/alsa/sinesrc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/old/testsuite/alsa/sinesrc.h b/tests/old/testsuite/alsa/sinesrc.h index ab352378f..a5220a294 100644 --- a/tests/old/testsuite/alsa/sinesrc.h +++ b/tests/old/testsuite/alsa/sinesrc.h @@ -22,7 +22,6 @@ #define __SINESRC_H__ -#include <config.h> #include <gst/gst.h> #ifdef __cplusplus |