[style] rename header file to locator_getters.hpp (#6422)

This commit renames the `Locator` header file to follow the same style
used by other core modules (i.e., use underscore between words in a
file name).
This commit is contained in:
Abtin Keshavarzian
2021-04-10 10:16:01 -07:00
committed by GitHub
parent 193d7d3ba1
commit f7802d60a1
136 changed files with 135 additions and 135 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "crypto/aes_ccm.hpp"
#include "crypto/ecdsa.hpp"
#include "crypto/hmac_sha256.hpp"