diff options
-rw-r--r-- | src/Screen.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 6451aad..f2f7af6 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -22,15 +22,15 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.cc,v 1.70 2002/10/11 10:22:06 fluxgen Exp $ | 25 | // $Id: Screen.cc,v 1.71 2002/10/13 22:30:18 fluxgen Exp $ |
26 | 26 | ||
27 | //use GNU extensions | 27 | //use GNU extensions |
28 | #ifndef _GNU_SOURCE | 28 | #ifndef _GNU_SOURCE |
29 | #define _GNU_SOURCE | 29 | #define _GNU_SOURCE |
30 | #endif // _GNU_SOURCE | 30 | #endif // _GNU_SOURCE |
31 | 31 | ||
32 | #ifdef HAVE_CONFIG_H | 32 | #ifdef HAVE_CONFIG_H |
33 | # include "../config.h" | 33 | #include "config.h" |
34 | #endif // HAVE_CONFIG_H | 34 | #endif // HAVE_CONFIG_H |
35 | 35 | ||
36 | #include "Screen.hh" | 36 | #include "Screen.hh" |
@@ -41,7 +41,7 @@ | |||
41 | #include "Image.hh" | 41 | #include "Image.hh" |
42 | #include "StringUtil.hh" | 42 | #include "StringUtil.hh" |
43 | 43 | ||
44 | #ifdef SLIT | 44 | #ifdef SLIT |
45 | #include "Slit.hh" | 45 | #include "Slit.hh" |
46 | #endif // SLIT | 46 | #endif // SLIT |
47 | 47 | ||