Skip to content

Commit fef62dd

Browse files
committed
Nit: Move <stdexcept> header to its alphabetical position
1 parent 7b3258c commit fef62dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebSocket.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
#include <QTcpSocket>
3333

3434
#include <cstddef>
35-
#include <stdexcept>
3635
#include <exception>
3736
#include <list>
3837
#include <optional>
38+
#include <stdexcept>
3939

4040
#ifdef __clang__
4141
#pragma clang diagnostic push

0 commit comments

Comments
 (0)