diff options
author | Thomas White <taw@physics.org> | 2011-03-01 14:52:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:16 +0100 |
commit | d57837bdbc8a149bddb944ba7d125fafa70eb6fc (patch) | |
tree | 21a02772628aa5174bc60d2b5b79e11290408e5d /src/hdfsee.c | |
parent | 8e8cd379cb9cb82b70d8a0de70543ff09840edf5 (diff) |
Rename displaywindow.{c,h} -> dw-hdfsee.{c,h}, remove dw-geomatic.{c,h}
Diffstat (limited to 'src/hdfsee.c')
-rw-r--r-- | src/hdfsee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdfsee.c b/src/hdfsee.c index 186eb6e6..5a58ff9d 100644 --- a/src/hdfsee.c +++ b/src/hdfsee.c @@ -17,7 +17,7 @@ #include <gtk/gtk.h> #include <getopt.h> -#include "displaywindow.h" +#include "dw-hdfsee.h" #include "utils.h" #include "render.h" |