Browse Source

Forgot to remove regex.h include in previous commit. Now done

Eugene V. Lyubimkin 18 years ago
parent
commit
4b94b38339
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apt-pkg/algorithms.cc

+ 0 - 1
apt-pkg/algorithms.cc

@@ -23,7 +23,6 @@
     
 #include <apti18n.h>
 #include <sys/types.h>
-#include <regex.h>
 #include <cstdlib>
 #include <algorithm>
 #include <iostream>