aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-17 21:53:27 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-17 21:53:27 +0000
commitb208c9189f0d7866a90d1c7b030cd80b1829366a (patch)
tree12044d5deb0e631d10c94ff3ad9df6652136e1f3 /hardinfo2/shell.c
parentace4ec786de07d9bcd6b852fcd3b2ae39cda200f (diff)
Minor cleanups, add SMP support (currently only x86 and x86_64).
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c
index e979a8c4..20cb31aa 100644
--- a/hardinfo2/shell.c
+++ b/hardinfo2/shell.c
@@ -28,8 +28,6 @@
#include <menu.h>
#include <stock.h>
-#include <binreloc.h>
-
/*
* Internal Prototypes ********************************************************
*/
@@ -557,7 +555,6 @@ update_field(gpointer data)
SHELL_VIEW_LOAD_GRAPH */
if (fu->loadgraph && shell->view_type == SHELL_VIEW_LOAD_GRAPH) {
GtkTreeSelection *ts;
-
ts = gtk_tree_view_get_selection(GTK_TREE_VIEW
(shell->info->view));