summaryrefslogtreecommitdiffstats
path: root/src/bltGrText.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrText.C')
-rw-r--r--src/bltGrText.C7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bltGrText.C b/src/bltGrText.C
index 9c484fe..ecc5ea6 100644
--- a/src/bltGrText.C
+++ b/src/bltGrText.C
@@ -27,10 +27,6 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-
-#include "bltC.h"
#include "bltMath.h"
extern "C" {
@@ -39,9 +35,10 @@ extern "C" {
#include <tkInt.h>
#include "bltInt.h"
-#include "bltText.h"
};
+#include "bltText.h"
+
#define ROTATE_0 0
#define ROTATE_90 1
#define ROTATE_180 2