mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
ipc, refactor: fix include order
Keep standard headers separate from posix headers
This commit is contained in:
@@ -18,11 +18,12 @@
|
||||
#include <exception>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <unistd.h>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
using util::RemovePrefixView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user