diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-26 13:41:09 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-26 13:41:09 +0200 |
commit | 4b94b383390fb93c58fb14460679fadbb3c8ee93 (patch) | |
tree | 2964a8f294ac63defbe993366308ae1614ea6b15 | |
parent | c94e518c5ee831c21063ce38e6446113db087456 (diff) |
Forgot to remove regex.h include in previous commit. Now done
-rw-r--r-- | apt-pkg/algorithms.cc | 1 |
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> |