Rev 1567 | Rev 1630 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1567 | Rev 1610 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | #include <ipc/services.h> |
40 | #include <ipc/services.h> |
| 41 | #include <kernel/errno.h> |
41 | #include <kernel/errno.h> |
| 42 | #include <async.h> |
42 | #include <async.h> |
| 43 | 43 | ||
| 44 | #include "font-8x16.h" |
44 | #include "font-8x16.h" |
| 45 | #include "helenos.xbm" |
- | |
| 46 | #include "fb.h" |
45 | #include "fb.h" |
| 47 | #include "main.h" |
46 | #include "main.h" |
| 48 | #include "../console/screenbuffer.h" |
47 | #include "../console/screenbuffer.h" |
| 49 | #include "ppm.h" |
48 | #include "ppm.h" |
| 50 | 49 | ||