]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.cc
Use std C++ header names for includes
[apt.git] / apt-pkg / sourcelist.cc
index e624bbec82b29b30214e67478ecd8acaaea4d757..cb1287623f71447b0f3414254e4c3988896f76c2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: sourcelist.cc,v 1.21 2002/03/20 05:51:20 jgg Exp $
+// $Id: sourcelist.cc,v 1.22 2002/03/26 07:38:58 jgg Exp $
 /* ######################################################################
 
    List of Sources
@@ -20,7 +20,7 @@
 
 #include <apti18n.h>
 
-#include <fstream.h>
+#include <fstream>
                                                                        /*}}}*/
 
 using namespace std;