diff options
author | joye <joye> | 2014-04-22 15:40:27 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-22 15:40:27 (GMT) |
commit | 1ed97aa4d994ee8d11159e147e648e8440d7e574 (patch) | |
tree | d7f5e529600307445286c76908ab9a7a30ec7baa /src/bltGrText.C | |
parent | 3594b3f49fc3fb27c87ef6ca533988d8144e7562 (diff) | |
download | blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.zip blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.gz blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrText.C')
-rw-r--r-- | src/bltGrText.C | 7 |
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 |