diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2012-10-08 20:45:08 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-10-12 08:07:01 +0200 |
commit | f2c183b4139f364f5ca697345d4b90df9549fdcf (patch) | |
tree | ac9eadd14318b2e061b86bd7dfe9e2815831eaec | |
parent | 5e8e21d106bc7d92a079a29fec9ce3e33079075a (diff) | |
download | libssh-f2c183b4139f364f5ca697345d4b90df9549fdcf.tar.gz libssh-f2c183b4139f364f5ca697345d4b90df9549fdcf.tar.xz libssh-f2c183b4139f364f5ca697345d4b90df9549fdcf.zip |
include: Fix an include recursion.
It includes itself: libssh.h -> legacy.h -> libssh.h.
Found by Coverity.
-rw-r--r-- | include/libssh/legacy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/legacy.h b/include/libssh/legacy.h index 969544c..3b5aab6 100644 --- a/include/libssh/legacy.h +++ b/include/libssh/legacy.h @@ -26,8 +26,6 @@ * removed in future. */ -#include "libssh/libssh.h" - #ifndef LEGACY_H_ #define LEGACY_H_ |