Explorar el Código

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

Eugene V. Lyubimkin hace 18 años
padre
commit
4b94b38339
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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>