don't need string.h - comes from ngspice.h

This commit is contained in:
dwarning
2009-04-26 16:47:50 +00:00
parent 35a7e74140
commit ded9f403d7
4 changed files with 1 additions and 19 deletions
-7
View File
@@ -6,13 +6,6 @@ Copyright 1990 Regents of the University of California. All rights reserved.
* String functions
*/
#include <config.h>
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "ngspice.h"
#include "stringutil.h"