summaryrefslogtreecommitdiffstats
path: root/net/udp
diff options
context:
space:
mode:
Diffstat (limited to 'net/udp')
-rw-r--r--net/udp/datagram_client_socket.h1
-rw-r--r--net/udp/datagram_server_socket.h1
-rw-r--r--net/udp/datagram_socket.h1
-rw-r--r--net/udp/udp_client_socket.h1
-rw-r--r--net/udp/udp_net_log_parameters.h1
-rw-r--r--net/udp/udp_server_socket.h1
-rw-r--r--net/udp/udp_socket.h1
-rw-r--r--net/udp/udp_socket_libevent.h1
-rw-r--r--net/udp/udp_socket_win.h1
9 files changed, 0 insertions, 9 deletions
diff --git a/net/udp/datagram_client_socket.h b/net/udp/datagram_client_socket.h
index f7d2707..31fc43f 100644
--- a/net/udp/datagram_client_socket.h
+++ b/net/udp/datagram_client_socket.h
@@ -4,7 +4,6 @@
#ifndef NET_UDP_DATAGRAM_CLIENT_SOCKET_H_
#define NET_UDP_DATAGRAM_CLIENT_SOCKET_H_
-#pragma once
#include "net/socket/socket.h"
#include "net/udp/datagram_socket.h"
diff --git a/net/udp/datagram_server_socket.h b/net/udp/datagram_server_socket.h
index c83481c..759b0e4 100644
--- a/net/udp/datagram_server_socket.h
+++ b/net/udp/datagram_server_socket.h
@@ -4,7 +4,6 @@
#ifndef NET_UDP_DATAGRAM_SERVER_SOCKET_H_
#define NET_UDP_DATAGRAM_SERVER_SOCKET_H_
-#pragma once
#include "net/base/completion_callback.h"
#include "net/udp/datagram_socket.h"
diff --git a/net/udp/datagram_socket.h b/net/udp/datagram_socket.h
index 127fce3..f0e9fa1 100644
--- a/net/udp/datagram_socket.h
+++ b/net/udp/datagram_socket.h
@@ -4,7 +4,6 @@
#ifndef NET_UDP_DATAGRAM_SOCKET_H_
#define NET_UDP_DATAGRAM_SOCKET_H_
-#pragma once
#include "net/base/net_export.h"
diff --git a/net/udp/udp_client_socket.h b/net/udp/udp_client_socket.h
index e28e6a4..e5cbdab 100644
--- a/net/udp/udp_client_socket.h
+++ b/net/udp/udp_client_socket.h
@@ -4,7 +4,6 @@
#ifndef NET_SOCKET_UDP_CLIENT_SOCKET_H_
#define NET_SOCKET_UDP_CLIENT_SOCKET_H_
-#pragma once
#include "net/base/net_log.h"
#include "net/base/rand_callback.h"
diff --git a/net/udp/udp_net_log_parameters.h b/net/udp/udp_net_log_parameters.h
index 0db1b87..8eb82a2 100644
--- a/net/udp/udp_net_log_parameters.h
+++ b/net/udp/udp_net_log_parameters.h
@@ -4,7 +4,6 @@
#ifndef NET_UDP_UDP_NET_LOG_PARAMETERS_H_
#define NET_UDP_UDP_NET_LOG_PARAMETERS_H_
-#pragma once
#include "net/base/net_log.h"
diff --git a/net/udp/udp_server_socket.h b/net/udp/udp_server_socket.h
index 89acb4f..56a5459 100644
--- a/net/udp/udp_server_socket.h
+++ b/net/udp/udp_server_socket.h
@@ -4,7 +4,6 @@
#ifndef NET_SOCKET_UDP_SERVER_SOCKET_H_
#define NET_SOCKET_UDP_SERVER_SOCKET_H_
-#pragma once
#include "net/base/completion_callback.h"
#include "net/udp/datagram_server_socket.h"
diff --git a/net/udp/udp_socket.h b/net/udp/udp_socket.h
index 15ba76c..97a4bc5 100644
--- a/net/udp/udp_socket.h
+++ b/net/udp/udp_socket.h
@@ -4,7 +4,6 @@
#ifndef NET_UDP_UDP_SOCKET_H_
#define NET_UDP_UDP_SOCKET_H_
-#pragma once
#include "build/build_config.h"
diff --git a/net/udp/udp_socket_libevent.h b/net/udp/udp_socket_libevent.h
index 2101abb..3242e18 100644
--- a/net/udp/udp_socket_libevent.h
+++ b/net/udp/udp_socket_libevent.h
@@ -4,7 +4,6 @@
#ifndef NET_UDP_UDP_SOCKET_LIBEVENT_H_
#define NET_UDP_UDP_SOCKET_LIBEVENT_H_
-#pragma once
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
diff --git a/net/udp/udp_socket_win.h b/net/udp/udp_socket_win.h
index e55b1f0..bd47496 100644
--- a/net/udp/udp_socket_win.h
+++ b/net/udp/udp_socket_win.h
@@ -4,7 +4,6 @@
#ifndef NET_UDP_UDP_SOCKET_WIN_H_
#define NET_UDP_UDP_SOCKET_WIN_H_
-#pragma once
#include <winsock2.h>