normalize includes: tests

This commit is contained in:
brainiac
2025-12-17 09:36:01 -08:00
committed by Alex
parent 2c6d8795f9
commit 0b8369c858
13 changed files with 38 additions and 62 deletions
+2 -5
View File
@@ -16,11 +16,10 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __EQEMU_TESTS_FIXED_MEMORY_VARIABLE_H
#define __EQEMU_TESTS_FIXED_MEMORY_VARIABLE_H
#pragma once
#include "common/fixed_memory_variable_hash_set.h"
#include "cppunit/cpptest.h"
#include "../common/fixed_memory_variable_hash_set.h"
struct test_struct {
char name[512];
@@ -129,5 +128,3 @@ private:
uint8 *data_;
uint32 size_;
};
#endif