diff --git a/src/mtp/examples/simple-mtp.cc b/src/mtp/examples/simple-mtp.cc index c069199fd..73a5aff5d 100644 --- a/src/mtp/examples/simple-mtp.cc +++ b/src/mtp/examples/simple-mtp.cc @@ -1,4 +1,3 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/mtp/model/logical-process.cc b/src/mtp/model/logical-process.cc index 6a128bdae..e767f9214 100644 --- a/src/mtp/model/logical-process.cc +++ b/src/mtp/model/logical-process.cc @@ -1,5 +1,3 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ - #include "logical-process.h" #include "mtp-interface.h" diff --git a/src/mtp/model/logical-process.h b/src/mtp/model/logical-process.h index 179ea3a09..a769544e8 100644 --- a/src/mtp/model/logical-process.h +++ b/src/mtp/model/logical-process.h @@ -1,4 +1,3 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #ifndef LOGICAL_PROCESS_H #define LOGICAL_PROCESS_H diff --git a/src/mtp/model/mtp-interface.cc b/src/mtp/model/mtp-interface.cc index 1c37b5eba..14bce44df 100644 --- a/src/mtp/model/mtp-interface.cc +++ b/src/mtp/model/mtp-interface.cc @@ -1,5 +1,3 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ - #include "mtp-interface.h" #include "ns3/assert.h" diff --git a/src/mtp/model/mtp-interface.h b/src/mtp/model/mtp-interface.h index a557295fa..f79e11f04 100644 --- a/src/mtp/model/mtp-interface.h +++ b/src/mtp/model/mtp-interface.h @@ -1,4 +1,3 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #ifndef MTP_INTERFACE_H #define MTP_INTERFACE_H diff --git a/src/mtp/model/multithreaded-simulator-impl.cc b/src/mtp/model/multithreaded-simulator-impl.cc index 0c9954964..ea743e5b5 100644 --- a/src/mtp/model/multithreaded-simulator-impl.cc +++ b/src/mtp/model/multithreaded-simulator-impl.cc @@ -1,5 +1,3 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ - #include "multithreaded-simulator-impl.h" #include "mtp-interface.h" diff --git a/src/mtp/model/multithreaded-simulator-impl.h b/src/mtp/model/multithreaded-simulator-impl.h index 66eb85704..e9cd38b8c 100644 --- a/src/mtp/model/multithreaded-simulator-impl.h +++ b/src/mtp/model/multithreaded-simulator-impl.h @@ -1,4 +1,3 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #ifndef MULTITHREADED_SIMULATOR_IMPL_H #define MULTITHREADED_SIMULATOR_IMPL_H