Remove old compatibility headers
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 29 Oct 2013 07:21:56 +0000 (08:21 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 29 Oct 2013 07:21:56 +0000 (08:21 +0100)
We don't need tsm_*.h as installed headers. Remove them.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Makefile.am
src/tsm_screen.h [deleted file]
src/tsm_unicode.h [deleted file]
src/tsm_vte.h [deleted file]

index 3fb5efb..bda7dfd 100644 (file)
@@ -108,21 +108,14 @@ libshl_la_LIBADD = $(AM_LIBADD)
 #
 
 lib_LTLIBRARIES += libtsm.la
-include_HEADERS += \
-       src/tsm_screen.h \
-       src/tsm_unicode.h \
-       src/tsm_vte.h \
-       src/libtsm.h
+include_HEADERS += src/libtsm.h
 pkgconfig_DATA += docs/libtsm.pc
 
 libtsm_la_SOURCES = \
        src/libtsm.h \
        src/libtsm_int.h \
-       src/tsm_unicode.h \
        src/tsm_unicode.c \
-       src/tsm_screen.h \
        src/tsm_screen.c \
-       src/tsm_vte.h \
        src/tsm_vte.c \
        src/tsm_vte_charsets.c \
        external/wcwidth.h \
diff --git a/src/tsm_screen.h b/src/tsm_screen.h
deleted file mode 100644 (file)
index 257935c..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * libtsm - Screen Management
- *
- * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
- *
- * Permission is hereby granted, free of charge, to any person obtaining
- * a copy of this software and associated documentation files
- * (the "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
-
-#ifndef TSM_SCREEN_H
-#define TSM_SCREEN_H
-
-#warning "Please include libtsm.h directly instead of any sub-headers."
-
-#include <libtsm.h>
-
-#endif /* TSM_SCREEN_H */
diff --git a/src/tsm_unicode.h b/src/tsm_unicode.h
deleted file mode 100644 (file)
index 9d61356..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * libtsm - Unicode Handling
- *
- * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
- *
- * Permission is hereby granted, free of charge, to any person obtaining
- * a copy of this software and associated documentation files
- * (the "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
-
-#ifndef TSM_UNICODE_H
-#define TSM_UNICODE_H
-
-#warning "Please include libtsm.h directly instead of any sub-headers."
-
-#include <libtsm.h>
-
-#endif /* TSM_UNICODE_H */
diff --git a/src/tsm_vte.h b/src/tsm_vte.h
deleted file mode 100644 (file)
index 3c36aae..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * libtsm - VT Emulator
- *
- * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
- *
- * Permission is hereby granted, free of charge, to any person obtaining
- * a copy of this software and associated documentation files
- * (the "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
-
-#ifndef TSM_VTE_H
-#define TSM_VTE_H
-
-#warning "Please include libtsm.h directly instead of any sub-headers."
-
-#include <libtsm.h>
-
-#endif /* TSM_VTE_H */