Changed internal includes to be in quotes rather than in <>.

This commit is contained in:
Alan Mishchenko 2011-03-09 18:39:53 -08:00
parent e15362a816
commit 6a48812d50
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@
#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include <aig.h>
#include <abc.h>
#include <mainInt.h>
#include "aig.h"
#include "abc.h"
#include "mainInt.h"
ABC_NAMESPACE_IMPL_START