diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-08-05 12:57:49 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-08-05 12:57:49 -0300 |
commit | b7c88c3c58d58dd071745771eb062f7f42a8cdbd (patch) | |
tree | bc311a555785b23f38cc9df94a3397d2a30676fb /hardinfo2/shell.c | |
parent | 06a36849aa90e34459509f7e3bda37ae3335e7dc (diff) |
Add Help Viewer
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 16 |
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 ******************************************************** |