include: Fix an include recursion.

It includes itself: libssh.h -> legacy.h -> libssh.h.

Found by Coverity.
This commit is contained in:
Andreas Schneider
2012-10-08 20:45:08 +02:00
parent 5e8e21d106
commit f2c183b413

View File

@@ -26,8 +26,6 @@
* removed in future.
*/
#include "libssh/libssh.h"
#ifndef LEGACY_H_
#define LEGACY_H_