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/deb/debversion.h | |
parent | 75c541fdeda664bdf0e48e68a2aa5dae7015587c (diff) |
* removed the pragma mess
Diffstat (limited to 'apt-pkg/deb/debversion.h')
-rw-r--r-- | apt-pkg/deb/debversion.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apt-pkg/deb/debversion.h b/apt-pkg/deb/debversion.h index 00a8832a8..56fb67887 100644 --- a/apt-pkg/deb/debversion.h +++ b/apt-pkg/deb/debversion.h @@ -12,9 +12,7 @@ #ifndef PKGLIB_DEBVERSION_H #define PKGLIB_DEBVERSION_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/debversion.h" -#endif + #include <apt-pkg/version.h> |