Пожалуйста, включите JavaScript.
Главная
Помощь
Вход
cacalabs
/
libcaca
зеркало из
https://github.com/cacalabs/libcaca.git
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Релизы
7
Вики
Активность
Просмотр исходного кода
* Cleaned up useless header includes.
tags/v0.99.beta14
Sam Hocevar
sam
19 лет назад
Родитель
2936525ab7
Сommit
cf02908f38
6 измененных файлов
:
0 добавлений
и
45 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+0
-11
caca/driver_conio.c
+0
-5
caca/driver_gl.c
+0
-8
caca/driver_ncurses.c
+0
-8
caca/driver_slang.c
+0
-8
caca/driver_win32.c
+0
-5
caca/driver_x11.c
+ 0
- 11
caca/driver_conio.c
Просмотреть файл
@@ -27,17 +27,6 @@
# include <pc.h>
#endif
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>
#if defined(HAVE_SYS_IOCTL_H)
# include <sys/ioctl.h>
#endif
#include "caca.h"
#include "caca_internals.h"
#include "cucul.h"
+ 0
- 5
caca/driver_gl.c
Просмотреть файл
@@ -25,13 +25,8 @@
#include <GL/glut.h>
#include <GL/freeglut_ext.h>
#include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>
#include "caca.h"
#include "caca_internals.h"
+ 0
- 8
caca/driver_ncurses.c
Просмотреть файл
@@ -27,14 +27,6 @@
# include <curses.h>
#endif
#include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>
#if defined(HAVE_SIGNAL_H)
# include <signal.h>
#endif
+ 0
- 8
caca/driver_slang.c
Просмотреть файл
@@ -27,14 +27,6 @@
# include <slang.h>
#endif
#include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>
#if defined(HAVE_SIGNAL_H)
# include <signal.h>
#endif
+ 0
- 8
caca/driver_win32.c
Просмотреть файл
@@ -23,14 +23,6 @@
#include <windows.h>
#include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>
#include "caca.h"
#include "caca_internals.h"
#include "cucul.h"
+ 0
- 5
caca/driver_x11.c
Просмотреть файл
@@ -29,12 +29,7 @@
#endif
#include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>
#include "caca.h"
#include "caca_internals.h"
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить