aboutsummaryrefslogtreecommitdiff
path: root/src/processor/udp_network.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/udp_network.cc')
-rw-r--r--src/processor/udp_network.cc14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/processor/udp_network.cc b/src/processor/udp_network.cc
index 52072841..0cb911e0 100644
--- a/src/processor/udp_network.cc
+++ b/src/processor/udp_network.cc
@@ -27,21 +27,23 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include "processor/udp_network.h"
+
#include <arpa/inet.h>
#include <errno.h>
#include <netdb.h>
#include <netinet/in.h>
+#include <stdio.h>
+#include <string.h>
#include <sys/socket.h>
-#include <cstdio>
-#include <cstring>
#include <string>
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
#include "processor/logging.h"
-#include "processor/udp_network.h"
namespace google_breakpad {
using std::string;