Rename NXTHelpers to DawnHelpers

This commit is contained in:
Corentin Wallez
2018-07-18 14:00:56 +02:00
committed by Corentin Wallez
parent d148aebf3f
commit f684040e0a
29 changed files with 29 additions and 29 deletions

View File

@@ -17,8 +17,8 @@ set(UTILS_DIR ${CMAKE_CURRENT_SOURCE_DIR})
list(APPEND UTILS_SOURCES
${UTILS_DIR}/BackendBinding.cpp
${UTILS_DIR}/BackendBinding.h
${UTILS_DIR}/NXTHelpers.cpp
${UTILS_DIR}/NXTHelpers.h
${UTILS_DIR}/DawnHelpers.cpp
${UTILS_DIR}/DawnHelpers.h
${UTILS_DIR}/SystemUtils.cpp
${UTILS_DIR}/SystemUtils.h
)

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "utils/NXTHelpers.h"
#include "utils/DawnHelpers.h"
#include "common/Assert.h"