aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c
index 9e2ecbe6..50dc0232 100644
--- a/hardinfo2/shell.c
+++ b/hardinfo2/shell.c
@@ -19,17 +19,17 @@
#include <string.h>
#include <gtk/gtk.h>
-#include <config.h>
+#include "config.h"
-#include <hardinfo.h>
+#include "hardinfo.h"
-#include <shell.h>
-#include <syncmanager.h>
-#include <iconcache.h>
-#include <menu.h>
-#include <stock.h>
+#include "shell.h"
+#include "syncmanager.h"
+#include "iconcache.h"
+#include "menu.h"
+#include "stock.h"
-#include <callbacks.h>
+#include "callbacks.h"
/*
* Internal Prototypes ********************************************************