Rename files for consistency (#1166)

Signed-off-by: Marco Antognini <marco.antognini@arm.com>
This commit is contained in:
Marco Antognini
2021-02-17 17:05:09 +00:00
committed by GitHub
parent c67aa0535b
commit 7181bcdbac
25 changed files with 48 additions and 48 deletions

View File

@@ -13,14 +13,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
#include "Utility.h"
#include "function_list.h"
#include "sleep.h"
#include "utility.h"
#include <cstdio>
#include <cstdlib>
#include <string>
#include <time.h>
#include "FunctionList.h"
#include "Sleep.h"
#include "harness/errorHelpers.h"
#include "harness/kernelHelpers.h"