Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

FirstHeader.h
#ifndef FIRSTHEADER
#define FIRSTHEADER

#include "SecondHeader.h" // Just a class which gets in the lazy deserialization chain

#include "stl_map.h"
#include "vector"
typedef std::map<int>::iterator el;

inline void func() {
  std::vector<int>::func();
}

#endif