emqx/apps/emqx_gateway/include
Thales Macedo Garitezi 8f4453fedb
fix(gateway): undo move headers to root `include`
Keeping headers in the src directory makes sense for the interfaces we
don't want to expose outside, but the `include_lib` directive fails to
compile under Mix. Changing `include_lib("emqx_gateway/src/...")` to
`-include("src/...")` pleases both Mix and Rebar.
2021-12-28 17:34:47 -03:00
..
emqx_gateway.hrl refactor(gw): integrate with authn 2021-09-26 15:19:55 +08:00
emqx_gateway_http.hrl chore: delete 500 error 2021-12-06 16:34:00 +08:00