remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead
[ardour.git] / libs / pbd / command.cc
index 011534a6626bfb8815b634173e01bd49e84bacc7..22ec8d8cc7cafd3357c33076ef1f8a5219ce1439 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -17,9 +17,8 @@
 
 */
 
-#include <pbd/command.h>
-#include <pbd/xml++.h>
-
+#include "pbd/command.h"
+#include "pbd/xml++.h"
 
 XMLNode &Command::get_state()
 {