summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-10-26 13:41:09 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-10-26 13:41:09 +0200
commit4b94b383390fb93c58fb14460679fadbb3c8ee93 (patch)
tree2964a8f294ac63defbe993366308ae1614ea6b15 /apt-pkg/algorithms.cc
parentc94e518c5ee831c21063ce38e6446113db087456 (diff)
Forgot to remove regex.h include in previous commit. Now done
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r--apt-pkg/algorithms.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc
index 70212e5c9..1d04ae64d 100644
--- a/apt-pkg/algorithms.cc
+++ b/apt-pkg/algorithms.cc
@@ -23,7 +23,6 @@
#include <apti18n.h>
#include <sys/types.h>
-#include <regex.h>
#include <cstdlib>
#include <algorithm>
#include <iostream>