mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
include: Fix an include recursion.
It includes itself: libssh.h -> legacy.h -> libssh.h. Found by Coverity.
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
* removed in future.
|
||||
*/
|
||||
|
||||
#include "libssh/libssh.h"
|
||||
|
||||
#ifndef LEGACY_H_
|
||||
#define LEGACY_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user