diff --git a/dhcpctl/dhcpctl.3 b/dhcpctl/dhcpctl.3 index 9aa1851..7497612 100644 --- a/dhcpctl/dhcpctl.3 +++ b/dhcpctl/dhcpctl.3 @@ -430,8 +430,8 @@ that most error checking has been ommitted for brevity. #include #include -#include "omapip/result.h" -#include "dhcpctl.h" +#include +#include int main (int argc, char **argv) { dhcpctl_data_string ipaddrstring = NULL; diff --git a/omapip/omapi.3 b/omapip/omapi.3 index 4868d7c..23389b0 100644 --- a/omapip/omapi.3 +++ b/omapip/omapi.3 @@ -88,7 +88,7 @@ the lease ends. #include #include - #include + #include #include int main (int argc, char **argv) {