#ifndef SHIFT_H #define SHIFT_H #include "view.h" void shift_lines(View *view, int count); #endif