Skip to content

Commit

Permalink
Update for logging move (#92)
Browse files Browse the repository at this point in the history
* Update for logging move
  • Loading branch information
bretambrose authored Jul 8, 2019
1 parent f62e9cc commit ab8e94a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bin/elasticurl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
#include <aws/common/command_line_parser.h>
#include <aws/common/condition_variable.h>
#include <aws/common/hash_table.h>
#include <aws/common/log_channel.h>
#include <aws/common/log_formatter.h>
#include <aws/common/log_writer.h>
#include <aws/common/mutex.h>
#include <aws/common/string.h>

#include <aws/io/channel_bootstrap.h>
#include <aws/io/event_loop.h>
#include <aws/io/log_channel.h>
#include <aws/io/log_formatter.h>
#include <aws/io/log_writer.h>
#include <aws/io/logging.h>
#include <aws/io/shared_library.h>
#include <aws/io/socket.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

#include <aws/common/clock.h>
#include <aws/common/condition_variable.h>
#include <aws/common/log_writer.h>
#include <aws/common/uuid.h>
#include <aws/io/channel_bootstrap.h>
#include <aws/io/event_loop.h>
#include <aws/io/log_writer.h>
#include <aws/io/logging.h>
#include <aws/io/socket.h>
#include <aws/io/tls_channel_handler.h>
Expand Down

0 comments on commit ab8e94a

Please sign in to comment.