diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-05-31 19:21:32 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-05-31 19:21:32 -0400 |
commit | 9896e7a7da34e393b5ed2920c7406731382cf508 (patch) | |
tree | 3bd5859b33c851f4da6067d0c60b744b4debac3b /src | |
parent | 3429ff03b1cd7a35b0e04d7997f7cf003180402b (diff) |
Rename typedefs.h -> common.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/client.h | 2 | ||||
-rw-r--r-- | src/common.h (renamed from src/typedefs.h) | 0 | ||||
-rw-r--r-- | src/display.c | 2 | ||||
-rw-r--r-- | src/display.h | 2 | ||||
-rw-r--r-- | src/track.c | 2 | ||||
-rw-r--r-- | src/xen_linpicker.h | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/src/client.h b/src/client.h index eed9bae..7dee5e3 100644 --- a/src/client.h +++ b/src/client.h @@ -18,7 +18,7 @@ #ifndef _NITPICKER_CLIENT_H_ #define _NITPICKER_CLIENT_H_ -#include "typedefs.h" +#include "common.h" #include "buffer.h" #include "view.h" diff --git a/src/typedefs.h b/src/common.h index c2b82ce..c2b82ce 100644 --- a/src/typedefs.h +++ b/src/common.h diff --git a/src/display.c b/src/display.c index 85bc3c2..76d2d80 100644 --- a/src/display.c +++ b/src/display.c @@ -12,7 +12,7 @@ #include <fcntl.h> #include <linux/input.h> -#include "typedefs.h" +#include "common.h" #include "view.h" #include "client.h" #include "display.h" diff --git a/src/display.h b/src/display.h index d132b54..a3d5ec4 100644 --- a/src/display.h +++ b/src/display.h @@ -19,7 +19,7 @@ #include <directfb.h> -#include "typedefs.h" +#include "common.h" #include "view.h" #include "buffer.h" #include "client.h" diff --git a/src/track.c b/src/track.c index b831665..60737b9 100644 --- a/src/track.c +++ b/src/track.c @@ -32,7 +32,7 @@ #include <xs.h> #include "libvchan.h" -#include "typedefs.h" +#include "common.h" #include "comm-structs.h" diff --git a/src/xen_linpicker.h b/src/xen_linpicker.h index 1b643f2..701ad4c 100644 --- a/src/xen_linpicker.h +++ b/src/xen_linpicker.h @@ -3,7 +3,7 @@ #include <xenctrl.h> -#include "typedefs.h" +#include "common.h" #include "xen_backend.h" #include "server.h" #include "buffer.h" |