mirror of https://github.com/xzeldon/htop.git
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…
Reference in New Issue