diff options
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 16644fb..bb20b78 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,12 +22,12 @@ | |||
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.hh,v 1.90 2003/05/04 23:38:06 rathnor Exp $ | 25 | // $Id: Screen.hh,v 1.91 2003/05/10 13:46:31 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
29 | 29 | ||
30 | #include "BaseDisplay.hh" | 30 | #include "ScreenInfo.hh" |
31 | #include "Resource.hh" | 31 | #include "Resource.hh" |
32 | #include "Subject.hh" | 32 | #include "Subject.hh" |
33 | #include "MultLayers.hh" | 33 | #include "MultLayers.hh" |