diff options
author | Fritz Elfert <felfert@to.com> | 2000-08-02 03:39:20 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2000-08-02 03:39:20 +0000 |
commit | b6e35c977928bc4fb15b5346128db9823412e6b4 (patch) | |
tree | a76fada4bf540347bdf44ee9fff5c15a2100acb9 /lib/rfsvfactory.cc | |
parent | dbc2d14e0727d8e2f4b8e805c433e50c8664d64d (diff) | |
download | plptools-b6e35c977928bc4fb15b5346128db9823412e6b4.tar.gz plptools-b6e35c977928bc4fb15b5346128db9823412e6b4.tar.bz2 plptools-b6e35c977928bc4fb15b5346128db9823412e6b4.zip |
Get rid of second configuration header defs.h[.in].
Configuration now is in config.h and this is included as the very first header.
Diffstat (limited to 'lib/rfsvfactory.cc')
-rw-r--r-- | lib/rfsvfactory.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rfsvfactory.cc b/lib/rfsvfactory.cc index 2e2067e..a0d8480 100644 --- a/lib/rfsvfactory.cc +++ b/lib/rfsvfactory.cc @@ -18,6 +18,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stream.h> #include <stdlib.h> #include <fstream.h> @@ -25,7 +29,6 @@ #include <time.h> #include <string.h> -#include "defs.h" #include "bool.h" #include "rfsv.h" #include "rfsv16.h" |