From: John Ellson Date: Tue, 29 Oct 2019 09:14:29 +0000 (-0400) Subject: use "" instead on <> for non-system includes X-Git-Tag: stable_release_2.42.4~25^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c30c61794196cf5834bdd12188f114174ec2a4d;p=graphviz use "" instead on <> for non-system includes --- diff --git a/lib/sparse/general.h b/lib/sparse/general.h index 37efb3942..964527250 100644 --- a/lib/sparse/general.h +++ b/lib/sparse/general.h @@ -24,11 +24,11 @@ * In particular, note that Verbose is declared but undefined. */ #ifndef STANDALONE -#include -#include -#include -#include -#include +#include "cgraph.h" +#include "globals.h" +#include "logic.h" +#include "arith.h" +#include "memory.h" #endif /* STANDALONE */ #define real double