diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/LayerMenu.hh | 3 | ||||
-rw-r--r-- | src/Xinerama.hh | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/LayerMenu.hh b/src/LayerMenu.hh index 8fd564c..87e6ddd 100644 --- a/src/LayerMenu.hh +++ b/src/LayerMenu.hh | |||
@@ -20,14 +20,13 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: LayerMenu.hh,v 1.5 2003/07/10 11:51:59 fluxgen Exp $ | 23 | // $Id: LayerMenu.hh,v 1.6 2003/12/03 22:12:26 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef LAYERMENU_HH | 25 | #ifndef LAYERMENU_HH |
26 | #define LAYERMENU_HH | 26 | #define LAYERMENU_HH |
27 | 27 | ||
28 | #include "MenuItem.hh" | 28 | #include "MenuItem.hh" |
29 | #include "FbMenu.hh" | 29 | #include "FbMenu.hh" |
30 | #include "FbCommands.hh" | ||
31 | #include "RefCount.hh" | 30 | #include "RefCount.hh" |
32 | #include "SimpleCommand.hh" | 31 | #include "SimpleCommand.hh" |
33 | 32 | ||
diff --git a/src/Xinerama.hh b/src/Xinerama.hh index 99c8705..fcb396b 100644 --- a/src/Xinerama.hh +++ b/src/Xinerama.hh | |||
@@ -20,14 +20,13 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: Xinerama.hh,v 1.5 2003/07/25 10:03:55 rathnor Exp $ | 23 | // $Id: Xinerama.hh,v 1.6 2003/12/03 22:12:26 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef XINERAMA_HH | 25 | #ifndef XINERAMA_HH |
26 | #define XINERAMA_HH | 26 | #define XINERAMA_HH |
27 | 27 | ||
28 | #include "MenuItem.hh" | 28 | #include "MenuItem.hh" |
29 | #include "FbMenu.hh" | 29 | #include "FbMenu.hh" |
30 | #include "FbCommands.hh" | ||
31 | #include "RefCount.hh" | 30 | #include "RefCount.hh" |
32 | #include "SimpleCommand.hh" | 31 | #include "SimpleCommand.hh" |
33 | 32 | ||