From ce753441d59d3ea068e08e808214672f9e9ebb75 Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 2 May 2013 17:02:50 +0000 Subject: Prefer using the C++ version of the standard headers. These place the names within the std namespace (and possibly within the global namespace). The main advantage is that the C++ versions can provide optimized versions or simplified interfaces. --- sbin/devd/devd.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'sbin/devd') diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index 9448775..b227589 100644 --- a/sbin/devd/devd.cc +++ b/sbin/devd/devd.cc @@ -73,19 +73,20 @@ __FBSDID("$FreeBSD$"); #include #include -#include +#include +#include +#include +#include +#include +#include + #include -#include #include #include #include #include #include #include -#include -#include -#include -#include #include #include -- cgit v1.1