diff options
author | George Kyriazis <[email protected]> | 2017-02-15 20:55:55 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-02-16 18:22:27 -0600 |
commit | e2abe80beedea9e20326989f8577b43868cda21a (patch) | |
tree | d701671fc8a115e4259607f02e16279d51189837 /src/gallium/drivers/swr/swr_context.cpp | |
parent | d4b4a511f6dbaa69ba1f9d2e326d64b5713c5b4c (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.cpp | 3 |
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" |