Skip to content

Commit

Permalink
Merge pull request #16 from MacroLau/update_quiche98_and_add_qlog
Browse files Browse the repository at this point in the history
fix DEVELOPMENT
  • Loading branch information
wangsheng-bilibili authored Apr 13, 2022
2 parents fbdc2dc + 0a9e1f7 commit 2870175
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> apt-get install git cmake build-essential protobuf-compiler libprotobuf-dev golang-go libunwind-dev libicu-dev
**2. Build**
> git clone git@git.bilibili.co:quic/quiche.git && cd quiche
> git clone https://github.com/bilibili/quiche.git && cd quiche
> git submodule update --init --recursive
> mkdir -p build
> cd build && cmake ..
Expand Down
2 changes: 0 additions & 2 deletions base/bvc-qlog/src/base_qlogger.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

#include "base/bvc-qlog/src/base_qlogger.h"
#include "gquiche/quic/core/quic_types.h"
#include "platform/quiche_platform_impl/quiche_text_utils_impl.h"
Expand Down
8 changes: 0 additions & 8 deletions base/bvc-qlog/src/file_qlogger.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/

#pragma once
#include <fstream>
#include <sstream>
Expand Down
8 changes: 0 additions & 8 deletions base/bvc-qlog/src/qlogger_constants.cc
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/

#include "base/bvc-qlog/src/qlogger_constants.h"

namespace quic {
Expand Down

0 comments on commit 2870175

Please sign in to comment.