normalize includes: world

This commit is contained in:
brainiac
2025-12-18 00:45:20 -08:00
parent e2e1f98cee
commit 5f3d9ba39a
84 changed files with 712 additions and 795 deletions
+5 -11
View File
@@ -16,13 +16,12 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef LFPENTRY_H
#define LFPENTRY_H
#pragma once
#include "../common/eq_packet_structs.h"
#include "../common/servertalk.h"
#include "../common/linked_list.h"
#include "../common/timer.h"
#include "common/eq_packet_structs.h"
#include "common/linked_list.h"
#include "common/servertalk.h"
#include "common/timer.h"
class GroupLFP {
@@ -59,9 +58,4 @@ public:
private:
LinkedList<GroupLFP*> LFPGroupList;
Timer LFPStaleTimer;
};
#endif