| ... | @@ -498,7 +498,6 @@ struct urio_command { | ... | @@ -498,7 +498,6 @@ struct urio_command { |
| 498 | #include <md5.h> | 498 | #include <md5.h> |
| 499 | #include <rmd160.h> | 499 | #include <rmd160.h> |
| 500 | #include <soundcard.h> | 500 | #include <soundcard.h> |
| 501 | #include <term.h> | | |
| 502 | #include <termios.h> | 501 | #include <termios.h> |
| 503 | #include <time.h> | 502 | #include <time.h> |
| 504 | #include <ttyent.h> | 503 | #include <ttyent.h> |
| ... | @@ -515,7 +514,7 @@ struct urio_command { | ... | @@ -515,7 +514,7 @@ struct urio_command { |
| 515 | #include <stringlist.h> | 514 | #include <stringlist.h> |
| 516 | | 515 | |
| 517 | #if defined(__x86_64__) | 516 | #if defined(__x86_64__) |
| 518 | #include <nvmm.h> | 517 | #include <dev/nvmm/nvmm_ioctl.h> |
| 519 | #endif | 518 | #endif |
| 520 | // clang-format on | 519 | // clang-format on |
| 521 | | 520 | |