[GIT] ppl/ppl(master): Use "" quotes to include non-system headers.

Module: ppl/ppl Branch: master Commit: d1113c510bef0d225dc673e31ed4df18ab5c4749 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d1113c510bef0...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Fri Feb 24 21:12:15 2012 +0100
Use "" quotes to include non-system headers. Detected by ECLAIR service hedrname.
---
src/Threshold_Watcher.cc | 3 +-- src/Time.cc | 3 +-- src/Watchdog.cc | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/Threshold_Watcher.cc b/src/Threshold_Watcher.cc index 9652c0e..70a0a2c 100644 --- a/src/Threshold_Watcher.cc +++ b/src/Threshold_Watcher.cc @@ -22,7 +22,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. For the most up-to-date information see the Parma Polyhedra Library site: http://bugseng.com/products/ppl/ . */
-#include <ppl-config.h> - +#include "ppl-config.h" #include "Threshold_Watcher.defs.hh"
diff --git a/src/Time.cc b/src/Time.cc index 47568aa..213df40 100644 --- a/src/Time.cc +++ b/src/Time.cc @@ -21,8 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. For the most up-to-date information see the Parma Polyhedra Library site: http://bugseng.com/products/ppl/ . */
-#include <ppl-config.h> - +#include "ppl-config.h" #include "Time.defs.hh"
namespace PPL = Parma_Polyhedra_Library; diff --git a/src/Watchdog.cc b/src/Watchdog.cc index b038e88..db789a8 100644 --- a/src/Watchdog.cc +++ b/src/Watchdog.cc @@ -21,8 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. For the most up-to-date information see the Parma Polyhedra Library site: http://bugseng.com/products/ppl/ . */
-#include <ppl-config.h> - +#include "ppl-config.h" #include "Watchdog.defs.hh"
#if PPL_HAVE_DECL_SETITIMER && PPL_HAVE_DECL_SIGACTION
participants (1)
-
Roberto Bagnara