Forgot to remove regex.h include in previous commit. Now done
authorEugene V. Lyubimkin <jackyf@1501-debian>
Sun, 26 Oct 2008 11:41:09 +0000 (13:41 +0200)
committerEugene V. Lyubimkin <jackyf@1501-debian>
Sun, 26 Oct 2008 11:41:09 +0000 (13:41 +0200)
apt-pkg/algorithms.cc

index 70212e5..1d04ae6 100644 (file)
@@ -23,7 +23,6 @@
     
 #include <apti18n.h>
 #include <sys/types.h>
-#include <regex.h>
 #include <cstdlib>
 #include <algorithm>
 #include <iostream>