diff options
author | Michael Vogt <egon@bottom> | 2006-12-14 11:45:18 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-14 11:45:18 +0100 |
commit | 5cb3acda9e97a13e669746b9e772350c7938e731 (patch) | |
tree | b452827c4cef44c76a718d39ab1f5f46337a74ff /apt-pkg/deb/debindexfile.h | |
parent | a8d4b8ff68e674110799fb193a897af56ca6a041 (diff) | |
parent | ca17f356866363d22d3263201f22cb0c45a46623 (diff) |
* merged the no-pragma branch
Diffstat (limited to 'apt-pkg/deb/debindexfile.h')
-rw-r--r-- | apt-pkg/deb/debindexfile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apt-pkg/deb/debindexfile.h b/apt-pkg/deb/debindexfile.h index 57005222f..b0012c96b 100644 --- a/apt-pkg/deb/debindexfile.h +++ b/apt-pkg/deb/debindexfile.h @@ -16,9 +16,7 @@ #ifndef PKGLIB_DEBINDEXFILE_H #define PKGLIB_DEBINDEXFILE_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/debindexfile.h" -#endif + #include <apt-pkg/indexfile.h> |