diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 15:00:56 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 15:00:56 -0500 |
commit | b7c28c4be76f19d3515ede426ae874390523457f (patch) | |
tree | 204cd4356351b7033b46da40f63f62bb69b9179c /src/union_room_message.c | |
parent | 69d8833b31519208f04444d3393b68a393163aa3 (diff) |
Remove redundant include lines
Diffstat (limited to 'src/union_room_message.c')
-rw-r--r-- | src/union_room_message.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/union_room_message.c b/src/union_room_message.c index 1d26d1968..3aeb40524 100644 --- a/src/union_room_message.c +++ b/src/union_room_message.c @@ -1,5 +1,4 @@ #include "global.h" -#include "union_room_message.h" #include "mevent_server.h" #include "constants/union_room.h" |