mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +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.
|
* removed in future.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libssh/libssh.h"
|
|
||||||
|
|
||||||
#ifndef LEGACY_H_
|
#ifndef LEGACY_H_
|
||||||
#define LEGACY_H_
|
#define LEGACY_H_
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user