fix #include <> versus ""

This commit is contained in:
Francesco Lannutti 2012-11-05 21:34:54 +01:00 committed by rlar
parent 9976c1e177
commit b361dee4cc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include "ngspice/ngspice.h" /* for wl */
#include "ngspice/ftedefs.h"
#include "ngspice/devdefs.h" /* solve deps in dev.h*/
#include <../spicelib/devices/dev.h> /*for load library commands*/
#include "../spicelib/devices/dev.h" /* for load library commands */
#include "com_dl.h"