mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-08 20:17:06 +03:00
Use consistent style for include check
This commit is contained in:
parent
53bcc5cbff
commit
70fecb4984
@ -12,7 +12,7 @@ in the source distribution for its full text.
|
|||||||
|
|
||||||
// IWYU pragma: begin_exports
|
// IWYU pragma: begin_exports
|
||||||
|
|
||||||
#ifdef HAVE_NCURSESW_CURSES_H
|
#if defined(HAVE_NCURSESW_CURSES_H)
|
||||||
#include <ncursesw/curses.h>
|
#include <ncursesw/curses.h>
|
||||||
#elif defined(HAVE_NCURSES_NCURSES_H)
|
#elif defined(HAVE_NCURSES_NCURSES_H)
|
||||||
#include <ncurses/ncurses.h>
|
#include <ncurses/ncurses.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user