| Index: athena/util/switches.h
|
| diff --git a/athena/common/switches.h b/athena/util/switches.h
|
| similarity index 73%
|
| rename from athena/common/switches.h
|
| rename to athena/util/switches.h
|
| index ce68164e8125168b1cacfec9d5a3c05d32bb5eba..b598e8a749b88b316d0c03cc8c7bfc7632ffacd8 100644
|
| --- a/athena/common/switches.h
|
| +++ b/athena/util/switches.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ATHENA_COMMON_SWITCHES_H_
|
| -#define ATHENA_COMMON_SWITCHES_H_
|
| +#ifndef ATHENA_UTIL_SWITCHES_H_
|
| +#define ATHENA_UTIL_SWITCHES_H_
|
|
|
| namespace athena {
|
| namespace switches {
|
| @@ -13,4 +13,4 @@ bool IsDebugAcceleratorsEnabled();
|
| } // namespace switches
|
| } // namespace athena
|
|
|
| -#endif // ATHENA_COMMON_SWITCHES_H_
|
| +#endif // ATHENA_UTIL_SWITCHES_H_
|
|
|