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-inst/dirstream.h | |
parent | 75c541fdeda664bdf0e48e68a2aa5dae7015587c (diff) |
* removed the pragma mess
Diffstat (limited to 'apt-inst/dirstream.h')
-rw-r--r-- | apt-inst/dirstream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-inst/dirstream.h b/apt-inst/dirstream.h index dfb480bd4..232a39f9d 100644 --- a/apt-inst/dirstream.h +++ b/apt-inst/dirstream.h @@ -26,7 +26,6 @@ #define PKGLIB_DIRSTREAM_H #ifdef __GNUG__ -#pragma interface "apt-pkg/dirstream.h" #endif class pkgDirStream |