summaryrefslogtreecommitdiff
path: root/security/vlock/files/patch-modules-caca.c
blob: b3b32f851a6c9ee5dd3dee854b96d251fca63ea9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Remove legacy header as libcucul has now been merged into libcaca.

--- modules/caca.c.orig	2011-09-18 15:22:35 UTC
+++ modules/caca.c
@@ -37,7 +37,6 @@
 
 #include <ncurses.h>
 
-#include <cucul.h>
 #include <caca.h>
 
 #include "process.h"