Skip to content

Commit 7eae44c

Browse files
committed
Added file copyright header as noted by linter
1 parent f5ef531 commit 7eae44c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

src/cpp/cpp_typecheck_virtual_table.cpp

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
/*******************************************************************\
22
3+
Module: C++ Language Type Checking
4+
5+
Author: Daniel Kroening, [email protected]
6+
7+
\*******************************************************************/
8+
9+
#include <util/std_types.h>
10+
#include <util/std_expr.h>
11+
12+
#include "cpp_typecheck.h"
13+
14+
/*******************************************************************\
15+
316
Function: cpp_typecheckt::do_virtual_table
417
518
Inputs:
@@ -10,11 +23,6 @@ Function: cpp_typecheckt::do_virtual_table
1023
1124
\*******************************************************************/
1225

13-
#include <util/std_types.h>
14-
#include <util/std_expr.h>
15-
16-
#include "cpp_typecheck.h"
17-
1826
void cpp_typecheckt::do_virtual_table(const symbolt &symbol)
1927
{
2028
assert(symbol.type.id()==ID_struct);

0 commit comments

Comments
 (0)