move my_assume_aligned() to a separate header

This commit is contained in:
Eugene Kosov 2020-03-20 18:47:35 +03:00
commit bb24fa31fa
6 changed files with 74 additions and 47 deletions

View file

@ -27,6 +27,7 @@ Created 12/18/1995 Heikki Tuuri
#ifndef fsp0fsp_h
#define fsp0fsp_h
#include "assume_aligned.h"
#include "fsp0types.h"
#include "fut0lst.h"
#include "ut0byte.h"