Skip to content

Commit dda40cc

Browse files
committed
temp revert "Migrate external consumers to namespaced MySQL include targets"
This reverts commit 6f164a0.
1 parent 870bb69 commit dda40cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

third-party/squangle/src/squangle/mysql_client/mysql_protocol/MysqlConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*/
88

99
#include <folly/Exception.h>
10+
#include <mysql_async.h>
1011
#include <memory>
1112
#include <string>
12-
#include "mysql/server/include/mysql_async.h" // @manual=//mysql/server/include:mysql_async_namespaced
1313

1414
#include "squangle/base/ExceptionUtil.h"
1515
#include "squangle/mysql_client/ConnectionOptions.h"

third-party/squangle/src/squangle/mysql_client/mysql_protocol/MysqlConnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#pragma once
1010

1111
#include <fmt/format.h>
12-
#include "mysql/server/include/mysql.h" // @manual=//mysql/server/include:mysql_namespaced
12+
#include <mysql.h>
1313

1414
#include "squangle/base/Base.h"
1515
#include "squangle/base/ConnectionKey.h"

0 commit comments

Comments
 (0)