This PR fixes an unconventional header guard placement in src/net_permissions.h. Previously, the #include directives were placed before the #ifndef BITCOIN_NET_PERMISSIONS_H header guard.
This change moves the #include directives inside the header guard, aligning with standard C++ practices and the rest of the Bitcoin Core codebase.