mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 04:18:41 +00:00
normalize includes: world
This commit is contained in:
+5
-11
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user