1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 05:33:17 +02:00

Removing THIRD_PARTY_ from C headers.

This commit is contained in:
Guillaume Chatelet
2018-02-01 10:38:48 +01:00
parent 439d371594
commit 8e58ef0d2b
14 changed files with 42 additions and 42 deletions

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef THIRD_PARTY_CPU_FEATURES_INCLUDE_CPUINFO_X86_H_
#define THIRD_PARTY_CPU_FEATURES_INCLUDE_CPUINFO_X86_H_
#ifndef CPU_FEATURES_INCLUDE_CPUINFO_X86_H_
#define CPU_FEATURES_INCLUDE_CPUINFO_X86_H_
#include "cpu_features_macros.h"
@ -144,4 +144,4 @@ const char* GetX86MicroarchitectureName(X86Microarchitecture);
END_CPP_NAMESPACE
#endif // THIRD_PARTY_CPU_FEATURES_INCLUDE_CPUINFO_X86_H_
#endif // CPU_FEATURES_INCLUDE_CPUINFO_X86_H_