summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_context.cpp
diff options
context:
space:
mode:
authorGeorge Kyriazis <[email protected]>2017-02-15 20:55:55 -0600
committerTim Rowley <[email protected]>2017-02-16 18:22:27 -0600
commite2abe80beedea9e20326989f8577b43868cda21a (patch)
treed701671fc8a115e4259607f02e16279d51189837 /src/gallium/drivers/swr/swr_context.cpp
parentd4b4a511f6dbaa69ba1f9d2e326d64b5713c5b4c (diff)
swr: remove unneeded extern "C"
the guards have been added to the header files that needed them. Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/swr_context.cpp')
-rw-r--r--src/gallium/drivers/swr/swr_context.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/swr/swr_context.cpp b/src/gallium/drivers/swr/swr_context.cpp
index 2e37bacfac6..3e17edc42dc 100644
--- a/src/gallium/drivers/swr/swr_context.cpp
+++ b/src/gallium/drivers/swr/swr_context.cpp
@@ -34,11 +34,8 @@
#include "util/u_format.h"
#include "util/u_atomic.h"
#include "util/u_upload_mgr.h"
-
-extern "C" {
#include "util/u_transfer.h"
#include "util/u_surface.h"
-}
#include "api.h"
#include "backend.h"