summaryrefslogtreecommitdiff
path: root/parted
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-25 18:44:29 +0100
committerJim Meyering <jim@meyering.net>2007-02-25 18:44:29 +0100
commit2944a1e139782729b980d55d01394b4148321ab0 (patch)
treeb6d774b22886aab5ec3fe4b2498778909ad88156 /parted
parente2583060e3ba1b94465a79f9cc8fadf02ee7b5ef (diff)
downloadparted-2944a1e139782729b980d55d01394b4148321ab0.tar.gz
Include <config.h>, not "../config.h".
Diffstat (limited to 'parted')
-rw-r--r--parted/parted.c2
-rw-r--r--parted/ui.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/parted/parted.c b/parted/parted.c
index 4a55e27..ab415ed 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -18,7 +18,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "../config.h"
+#include <config.h>
#include "command.h"
#include "ui.h"
#include "table.h"
diff --git a/parted/ui.c b/parted/ui.c
index 447fb56..d302e27 100644
--- a/parted/ui.c
+++ b/parted/ui.c
@@ -27,7 +27,7 @@
#include <unistd.h>
#include <setjmp.h>
-#include "../config.h"
+#include <config.h>
#include "command.h"
#include "strlist.h"
#include "ui.h"