diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 16:16:54 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 16:16:54 +0200 |
commit | 1350057372b095f718c0073a704f2c1960c04c81 (patch) | |
tree | a31be6b10fc2e50f3354574dec13d143b7acba0c /apt-pkg/pkgcachegen.h | |
parent | 75c541fdeda664bdf0e48e68a2aa5dae7015587c (diff) |
* removed the pragma mess
Diffstat (limited to 'apt-pkg/pkgcachegen.h')
-rw-r--r-- | apt-pkg/pkgcachegen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/pkgcachegen.h b/apt-pkg/pkgcachegen.h index 9a729eea4..70616c0a8 100644 --- a/apt-pkg/pkgcachegen.h +++ b/apt-pkg/pkgcachegen.h @@ -19,9 +19,6 @@ #ifndef PKGLIB_PKGCACHEGEN_H #define PKGLIB_PKGCACHEGEN_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/pkgcachegen.h" -#endif #include <apt-pkg/pkgcache.h> |